body {
  background-image: linear-gradient(to bottom, #ff00b8, #00e8ff);
  font-family: Comic Sans MS;
  color: white;
}
a:hover {
    color:red;
    }