h1 {
    font-family: arial;
    color: white;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
    text-decoration: underline;
   }

h2 {
   font-family: arial; 
   color: white;
   font-weight: bold;
   font-size: 14pt;
   text-align: center;
   text-decoration: underline; 
  }

p {font-family: arial;
   color: white;
   font-weight: bold;
   font-size: 12pt;
  }
