body {
  background-color: grey;
  color: white;
  font-family: Trebuchet;
  font-size: 32px;
  
  text-align: center;
}

hint{
  background-color:#000000;
  color:#000000;
}

div {
  text-align: center;
}

a:visited {
  color: #5562d4;
  text-decoration: none;
}

a:link {
  color: #ffffff;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #e76565;
  transition: .3s;
}

a:active {
  color: #EEEEEE
}