body {
  background-image: linear-gradient(to bottom, #788189, #444a50, #000000);
  font-family: Comic Sans MS;
  color: white;
}
a:hover {
    color:maroon;
    }
a {
  color: #808080;
}