body {
 background-color: black;
 color: white;
}

a {
text-decoration: none;
font-weight: bold;
color: red;
}
h1 {
  font-size: 2500%;
  color: white;
}
