body {
  background: black;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
}

header {
  margin: 10px auto;
  max-width: 800px;
}
h1, h2 {
  text-align: center;
  margin: auto;
}

#datetime {
  color: slate;
}
