body {
  background-color: black;
  text-align: center;
  font-family: sans-serif;
  color: white;
}
a {
  color: cornflowerblue;
}
a:hover {
  color: darkslategray;
}
