body {
  background-image: url("space_bg.gif");
  color: white;
  font-family: monospace;
  text-align: center;
}

.invert {
  filter: invert();
}

.container {
  width: 1000px;
  margin: auto;
}

.smallify {
  width: 500px;
}