body { 
        font-family: "Helvetica" sans-serif;
        font-size: 18px; }

      h3 {
        
        background-color: rgb(222, 213, 116);
        font-size: 1.5em;
       font-family:cursive; 
       text-align:center;
       border:1px dotted black;} 
      h1 {color: white;
       background-color:rgb(245, 168, 101); 
          font-size: 2em;
         font-family:fantasy;
         text-align:center;
         border:1px dotted black;}
      h2 { font-size:1em; 
        text-align:center;}
         a:hover, a:active, a:focus {background-color:pink;}
         
   
        
