body {
  background-color: black;
  color: white;
}
p{
  color: lightgreen
}
h1{
  color: orange;
}
a {
  color: lightblue;
  text-decoration: underline;
}
a:hover { cursor: pointer; }