BODY { background-color:#DAF7A6;
       text-align:center;
     }

P {color:blue; 
   font-size:20px;
   font-family:Courier;
   font-weight:bold;
   line-height:30px;
   letter-spacing:5px;
   text-transform:capitalize;
   text-align:center;
   text-indent:30px;
  }

H1 { background: pink; }

H2 { background: red; }


