body {
  font-family: 'RomanceA', Regular;
  background-color: black;
}

h1 {
  font-family: 'RomanceA', Regular;
  color: white;
  text-align: center;
 }

p {
  font-family: 'RomanceA', Regular;
  font-size: 20px;
  text-align: center;
  color: white;
}