@charset "utf-8"
    
@import (font-family: 'Muli', sans-serif;)
body{
background-color:aliceblue;}

body{
width:80%;
background-image: url(../img/wall4.jpg);
margin: 0 10em 10em 10em;
    
}

img {margin: -2em 0em 0em 23.5em;
    width: 31%;
}


h1 { display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 -0.7em -0.2em;
    font-family: 'Muli', sans-serif;
    color:beige;
    font-weight: 400;    
    padding: 0.35em; 

}

h2  {display: flex;
    width: 30%;
    margin: 1em 0em 1em 15.6em;
    justify-content: center;
    background-color: aliceblue;
    font-family: 'Muli', sans-serif;
    color: #8b8b8b;
    font-weight: 300;
    padding: 0.35em;

    }

h3 { font-family: 'Muli', sans-serif;
    color: #dd9c4f;
    font-weight: 400;
    margin: 0,75em;
    display: flex;
    justify-content: center;
  
 }
Li { display: flex;
    justify-content: center;
    font-family: 'Muli', sans-serif;
    color: #8b8b8b;
    font-weight: 300;
    margin: 0,75em 2em 2em 2em;
  
    }

footer  { font-family: 'Muli', sans-serif;
    color: #dd9c4f;
    font-weight: 400;
    width: 150%;
    margin: 4em 0em 12em -16em;
    display: flex;
    justify-content: center;

}
