body {
  background-color: black;
  color: white;
  font-family: Verdana;
a {
        color: white;
        text-decoration: none;
        font-weight: bold;
  }

  a:hover {
        text-decoration: underline;
  }
}