

body {
  background-color: black;
  color: white;
  font-family: Arial, sans-serif;
}
a {
  color: white;
  font-size: 32px;
}
a:hover {
  color: yellow;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}