header{
    background-color: #B9BE91;
    padding: 10px;
}
header h1{
    text-align: center;
    color: #fff;
    font-size: 56pt;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: underline #778b6e;
    }

nav{
    background-color: #778b6e;
    padding: 20px;
    text-align: center;
}
nav a{
    text-align: center;
    font-size: 23pt;
    margin: 40px;
    color: #fff;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   }

   section{
text-align: center;
background-color: #99938d;
padding: 150px;
margin-top: 50px;
margin-left: 130px;
margin-right : 130px;
margin-bottom: 140px;
font-size: 23pt;
padding-bottom: 100px;
height: 380px;
border-radius: 80px;
   }

   section p{
    color: #fff;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
   }

   body{
    background-color: #a3b89a;
   }

   .Ema{
    height: 440px;
    width: 490px;
   float: right;
   margin-left: 15px;
   margin-bottom : 120px; 
   }

   footer{
    background-color: #778b6e;
    padding: 15pt;
    
   }

   footer p{
    text-align: center;
    font-size: 16pt;
    color: #fff;
    
   }

