body {
  background-color: black;
  font-family: Verdana;
}

h1 {
  color: green;
  text-align: center;
}

p {
  color: red;
  text-align: center;
}