*{
    margin: 0 auto;
    padding: 0;
    font-size: 1em;
}
  
body{
    display: inline-block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
  
article.page{
    max-width: 90%;
}
  
header{
    padding: 1em;
    background-color: #575757;
    color:#F0EBEB ;
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: 'Shantell Sans', cursive;
}
  
nav , footer{
    height: 2em;
    background-color: #E49A2F;
    color: #F7F5EE;
    text-align: center;
    font-family: 'Shantell Sans', cursive;
}
  
section{
    background-color: #D8CCAF;
    padding-bottom: 1em;
    overflow: hidden;
}

section .right{
    width: 45%;
    background-color: #F7F5EE;
    border: 1px solid #AC9675;
    text-align: center;
    margin-right: 2%;
    margin-top: 5%;
    float: right;
    border-radius: 2em;
}
  
section .left{
    width: 45%;
    background-color: #F7F5EE;
    border: 1px solid #AC9675;
    text-align: center;
    margin-left: 2%;
    margin-top: 5%;
    float: left;
    border-radius: 2em;
}
  
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 2em;
}
    
li {
    display: inline-block;
}
    
li a {
    color: white;
    text-align: center;
    padding: 10px;
    line-height: 30px;
    text-decoration: none;
}
    
a:hover:not(.active) {
    background-color: #111;
}
   
.active {
    background-color:#04AA6D;
}


h3 , h4{
    font-family: 'Shantell Sans', cursive;
}