body {
  background-color: black;
  text-align: center;
  font-family: Verdana;
  }
      
.title {
  color: white;
  font-size: 35px
}
  
.hint { 
  color: white;
}

a:link {
  color: #ff0095;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ff0095;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}