body {
  color: #000;
  background-image: url('/deimos.jpg');
  background-size: cover;
  background-position: top;
  font-family: Courier New, Courier, Lucida Sans Typewriter;
}

h1 {
  text-align: center;
  color: #ff0005;
  font-size: 5em;
}

h2 {
  text-align: center;
  color: #fff;
  font-size: 3em;
}

.centered {
  margin: auto;
  text-align: center;
}

input {
  font-family: Courier New, Courier, Lucida Sans Typewriter;
  font-size: 2em;
  font-weight: bold;
}
