body {
  background-color: #0d0d0d;
  color: #e6e6e6;
  font-family: monospace;
  max-width: 720px;
  margin: 60px auto;
  line-height: 1.7;
}

h1 {
  font-weight: normal;
  letter-spacing: 2px;
}

a {
  color: #8ab4f8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid #222;
  margin: 30px 0;
}

.small {
  font-size: 0.8em;
  color: #888;
}