body{
    background-color: rgb(31, 192, 31);
}

a:visited {
    color: black;
  }

a:hover {
    color: whitesmoke;
  }