body{
    background-color: rgb(0, 255, 255);
}

a:visited {
    color: black;
  }

a:hover {
    color: rgb(0, 134, 144);
  }