 

p    {
  font-size: 25px

} 

body {
  background-color: black;
  color: white;
  font-family: monospace;
  font-size: 25px;
  text-align:  center;
  font-style: normal;
  
  
}


h1  {
  
  font-family: monospace;
  font-size: 35px;
  text-align:  center;
  font-weight: bold;
  text-decoration: underline;
  
}