
   
body {
    background:#E7DACB;
    font-family:Helvetica,Futura,Arial,Verdana,sans-serif;
    
} 


header{
       padding: 20px;   
       }


img {
    border-radius: 50%;
   }


ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-style: normal;
    }

* {
    margin: 0.3em;
    box-sizing: border-box;
    list-style-type:none;}
nav {
    background-color: #8CBEB2;
    padding: 0px;
    padding-left: 5px;
    display: flex;
    justify-content: center;
}

br{
    line-height: inherit;
}

a{
    text-decoration: none;
}


h1{
    font-weight: 600;
}

footer{
    font-size: 0.8em;
    padding: 20px;
    }
