body {
  background-color: black;
  color: white;
  font-family: "Bauhaus 93 Regular", "Arial";
  font-size: 16px;
}

hint{
  background-color:#000000;
  color:#000000;
}

div {
  text-align: center;
}

a:link {
  color: blue;
}

a:hover {
  color: blue;
}

a:visited {
  color: purple
}

a:active {
  color: purple
}