body {
    background-color: black;
}

.white{
  color: rgb(187,187,187);
  text-align:center;
}

a:link {
  font-weight: bold
  text-decoration: underline;
  color: rgb(187,187,187);
}

a:visited {
  font-weight: bold
  text-decoration: underline;
  color: rgb(187,187,187);
}

a:hover {
  font-weight: bold
  text-decoration: underline;
  color: rgb(187,187,187);
}

a:active {
  font-weight: bold
  text-decoration: underline;
  color: rgb(187,187,187);
}