body {
  background: #000;
  color: #eaeaea;
  font-family: "Courier New", monospace;
  margin: 0;
}

.container {
  max-width: 720px;
  margin: auto;
  padding: 40px 20px;
}

h1 {
  font-size: 36px;
  letter-spacing: 2px;
}

.subtitle {
  color: #aaa;
  margin-top: -10px;
}

h2 {
  margin-top: 40px;
  font-size: 22px;
}

p {
  line-height: 1.6;
}

a {
  color: #66aaff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  margin: 8px 0;
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin: 40px 0;
}

footer {
  text-align: center;
  color: #777;
}

.small {
  font-size: 12px;
}
