body 
{
     color:#000000;
     background-color:lawngreen;
     background-image:url('Background Image');
     background-repeat:no-repeat;
  }
  h1 
  {
     color: royalblue;
     font-family: AR Cena;
     font-size: 25pt;
     text-align:center;
     text-shadow: 20px 10px greenyellow;
  }
  h2 
  {
     color: royalblue;
     font-family: AR Cena;
     font-size: 20pt;
     text-align:center;
     
     text-decoration:underline;
     text-shadow: 20px 10px greenyellow;
  }
  div 
  {
     color: royalblue;
     font-family: AR Cena;
     font-size: 15pt;
     text-align:center;
     text-shadow: 20px 10px greenyellow;
  }       