body {
    background-color: black;
}
h1 {
    color: white;
    }
h2 {
    color: red;
    }
h3 {
    color: white;
    }
p  {
    color: white;
    }
a   {
    colour: orange;
    }
a {
  text-decoration: none;
  color: white;
}
p {
  font-family: "Fantasy", "Papyrus", monospace;
}

