@import url(href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap")/*'roboto'*/
@import url('https://fonts.googleapis.com/css?family=Heebo&display=swap')
/*'Heebo', sans-serif;*/
    
    *{
    font-family: sans-serif;
    box-sizing: border-box;
    
    
}

body {
    background-color: #d6cfcf;
    margin:auto;
    
}
body header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0e2a46;
    padding: 1em 0em 1em 0em;
}
body header img{
    margin: 0em 0em 0em 5em;
    width: 9%
}


body header nav ul {
    color: black;
    font-size: 1.8em;
    display: flex;
    font-family: sans-serif; 'Hebbo';
}

body header nav ul li {
    margin: 0em 2.5em 0em 0em;
    list-style: none;
    font-size: 0.6em;
    text-decoration:none;
    
}
body header nav ul li a{
    color: #ebb727;
    font-weight: 600;
   

    
}



body main section {
  
    padding: 0,5em 0em 1em 0,5em;
    justify-content: space-between;
    background-color: #ebb727;
    flex-wrap: nowrap;
    
   
    
    

   
}

main section h1 {

    color:  #e3e3e3;
   
    font-size: 5em;
    font-weight: 800;
    font-stretch: bold;
    margin: 1em 1m 1em 1em;
    align-content: center;
    font-family: sans-serif; 
      margin: 0.5em;
    
    
   
 
    

    
    
    
}
main section img{
    

    border-radius: 15%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: auto;
    padding: 2em
    
    
    }




main ul{
    font-size: 0.8em;
    line-height: 2em;
    list-style: none;
    color:  black;
    padding: 0,7em em 0.7em 1.5em;
    font-family: sans-serif; 'hebbo';
    margin: 2em;
    


   
    
   
    
}

    

body main  div ul li{
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 5.2em 1em 3em;
    margin-bottom: 1em;
    
    
    
   
}

      
    

body main div ul li a{
    color: #ebb727;
    padding: 0.7em 1.5em 0.7em 1.5em;
    font-size: 3em;
    list-style: none;
    background-color: #0e2a46;
    

}


footer p{
    font-size: 0.7em;
    font-style: italic;
    margin: 
    justify-content: center;
    color:  black;
    line-height: em;
    padding: 0em 1.5em 0em 1.5em;

  
}
