body {
  background: #000000;
  color: #ff8800;
  font-family: "Courier New", monospace;
  font-size: 14px;
  -webkit-font-smoothing: none;
  margin: 0;
  padding: 20px;
}

.logo {
  width: 300px;
  image-rendering: pixelated;
  margin-bottom: 10px;
}

.tagline {
  font-size: 14px;
  margin-bottom: 20px;
  color: #ffaa55;
}

h2 {
  font-size: 20px;
  margin-top: 25px;
  text-decoration: underline;
}

hr {
  border: 0;
  border-top: 1px dashed #ff8800;
  width: 60%;
  margin: 20px auto;
}
