body{
    background-color: cornflowerblue;
}

a:visited {
    color: black;
  }

a:hover {
    color: whitesmoke;
  }