header{background-color: lightskyblue;
    height: 200px;
    width: 100%;
 
  }


header h1 {color: #4D2CDE;
          float: right;
          margin-right: 13%;
          margin-top: 50px;
          font-size: 60px;
    
    }
header img {float: left;
            margin-left: 16%;
}    




    .clear{clear: both;}
    
      nav ul {
            list-style-type: none;
            margin: 0%;
            padding: 0%;
          }
      nav ul li {
            display: inline;
            padding-right: 2%;
            margin-left: 2%;
            background-color: lightskyblue;
            font-family: 'Pattaya', sans-serif;
             }

    .fancy{font-family:  Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        width: 66%;
        border:#69fa94;
        border-style: solid;
        margin-top: 10px;
        margin-left: 16%;
        background-color: lightpink;
    }
    h2{text-decoration-line: underline;
        color: #ca35ff;
      
    }   
    
  
              


.fancy1{width: 100%;
        float: left;
        margin: 20px 0;
       
}


 .fancya{width: 30%;
 float: left;
 text-align: center;
 margin-right:2% ;
 margin-bottom: 10px;
 border: #ecbb18;
 border-style: solid;
 background-color:rgb(114, 204, 207);
 
}
      

.clear{clear: both;}

 .fancy1 h3{color: blueviolet;
    text-decoration-line: underline ;
    margin-left: 43%;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    

}


    .fancy2{font-family:  Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        width: 53%;
        border: #2CDED5;
        border-style: solid;
        margin-top: 10px;
        margin-left: 23%;
        background-color:lightyellow;
        border-radius:2em;
        -webkit-border-radius:2em;
        -moz-border-radius:2em;
    }
    
    h3{text-decoration-line: underline;
        color: blueviolet;}
    .fancy2 img{width:75%;}
    
     .fancy3{font-family:  Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        width: 53%;
        border-color: yellow;
        border-style: solid;
        margin-top: 10px;
        margin-left: 23%;
        background-color: lightgreen;
         }   
    
    footer{font-family:'Pattaya', sans-serif;
          background-color:#67B2F5;
          text-align: center;
          font-size: medium;
          text-decoration-color: #4D2CDE;
          margin-top: 10px;
    }
    