@font-face {
        font-family: myfont;
        src: url(TorsilpWaiWan.ttf);
    }    
    body{
        background-color: rgb(120, 218, 231);
        width: 100%;
        height: 250px;
        border-radius: 10px;
     box-shadow: rgb(218, 8, 8)3px 3px;
       
}
    .header{
        width: 98%;
        height: 250px;
        border: 5px dotted rgb(73, 77, 73);
        border-radius: 20px;
        box-shadow: rgb(167, 127, 127)3px 3px;
}

    .menu a{
        color: blueviolet;
        text-shadow: blueviolet 2px 2px;
        margin: 5px;
        text-decoration: none;
       
} 
    .main{
        background-color: rgb(236, 255, 236);
        width: 98%;
        height: 100;
         border: 5px dotted rgb(73, 77, 73);
        border-radius:20px;
        box-shadow: rgb(218, 8, 8)3px 3px;
}
    .footer{
        background-color: rgb(248, 248, 248);
        width: 98%;
        height: 250px;
         border: 5px dotted rgb(73, 77, 73);
          border-radius: 20px;
           margin: 30px;
           clear: both;
             box-shadow: rgb(218, 8, 8)3px 3px;
}