h1 {
 font-family: "Courier", monospace; 
 font-size: 48 px;
 font-weight: bolder;
 text-align: center;
 line-height: 1.5;
}
p  {
  font-family: "Courier New", monospace;
  font-size: 12 px;
  font-weight: lighter;
  text-align: justify;
  line-height: 2;
 }