body{
  background-color:coral;
  text-align:center;
}
      
a{
  color:black;
} 
a:hover{
  color:white;
}
    