body { 

    font-family: Georgia, "Times New Roman", 
          Times, serif; 
    color: darkblue; 
    background-color:grey;
} 

  h1 { 
    font-family: Helvetica, Geneva, Arial, 
          SunSans-Regular, sans-serif ;
    background-color:dimgrey;
    font-size: 60px;
    text-align: center;
} 

 h2 { 
  font-size: 40px;
  background-color: dimgrey;
  text-align: center;
 } 
 p { 
  font-size: 18px;
  background-color: slategrey;
 } 
 