body {
  background: #1c1c1c;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: white;
  width: 85%;
  max-width: 800px;
  margin: auto;
}
h1, h2 {
  padding-bottom: 4px;
  border-bottom: 1px dotted #ffffff;
}
h1 {
  text-align: center;
}
center h3 {
  margin-top: -10px;
}
a {
  color: #df33df;
  text-decoration: none;
}
a:hover {
  color: #ffcf33;
  text-decoration: underline;
  text-decoration-style: dotted;
}

