body {
  background-color: black;
  color: white;
  font-family: "Times New Roman", sans-serif;
  font-size: 18px;
  text-align: center;
}

div {
  text-align: center;
}

a:link {
  color: white;
}

a:hover {
  color: white;
}

a:visited {
  color: #EFEFFF
}

a:active {
  color: #EEEEEE
}