body {
  background-color: black;
}
h1 {
  color: lightblue;
  font-family: helvetica;
  text-align: right;
}
p {
  color: white;
  font-family: verdana;
}
a {
  color: white;
  font-family: verdana;
}
h3 {
  color: white;
  font-family: helvetica;
  text-align: center;
}
