*{
    font-family:roboto;
    box-sizing: border-box;
}
body{
  
    background:#FEF1F4;
color:black;
}
body header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F7E3D7;
    padding: 1em 0em 1em 0em;
}
body header img{
    margin: 0em 0em 0em 5em;
    width: 10%
        }

body header nav ul {
    color: black;
    font-size: 1em;
    display: flex;
}

body header nav ul li {
    margin: 0em 2.5em 0em 0em;
    list-style: none;
}
body header nav ul li a{
    color: white;
    font-weight: 600;
   }
main div h1 {
    
    margin-bottom:0.3em;
    margin-top: 0.3em;
    
}

    body main{
    
     margin: 0em 5em 0em 5em;
}
body header nav ul li {
    margin: 0em 2.5em 0em 0em;
    list-style: none;
    } 
body main h1{

color:  #000000;
font-family: sans-serif;
font-size: 2em;
font-weight: 100;
font-stretch: semi-condensed;
}

main ul{
    font-size: 0.7em;
    line-height: 4em;
    padding: 1em 0em 0em 1em;
    font-weight: 700;
    background-color: #F7E3D7;
    list-style: none;
}
body main p{

    font-size: 0.8em;
    line-height: 1em;
    text-align: left;
    padding: 0em 0em 0em 2.5em;
    
    
}

footer p{
    font-size: 0.6em;
    font-style: italic;
    margin: 8em 8em 2em 8em;
    justify-content: center;
    color:  #000000;
    line-height: em;

  
}
   