body {
  background-color: black;
}

h1 {
  color: White;
  text-align: center;
  font-family: fantasy;
  font-size: 50px;
}

p {
  font-family: fantasy;
  font-size: 20px;
  color: white;
}
h2 {
  text-align: center;
  font-family: fantasy;
  font-size: 15px;
  color: white;
  
}
