body {background-color: black;} 
h1 {color: white;
    
} 
a:link {
  color: white;
  
}
a:visited {
  color: blue;
}
a:hover {
  color: hotpink;
}
a:active {
  color: blue;
}

