
body {
  background-color: black;
  color: white;
  font-family: Arial, sans-serif;
}

a {
  color: white;
  font-size: 25px;
  }

a:hover {
  color: yellow;
  text-decoration: underline;
}
