@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rokkitt:300,500,700,900|Zilla+Slab:300i,400i,500,500i,600,700');

*{ 
    padding: 0em;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

h1 {
    text-align: center
}

h2 {
    text-align: center
}

    body {
        background-color: pink;
        color: white;
        height: 100vh;
        width: 100%;
        font-family: 'Rokkitt', serif;
        font-weight: 300;
    }


header img {
    min-width: 30em;
    width: 40em;
}


li {
    text-align: left
}


main{
    width: 100%;    
    margin-left: 0em;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

main section img {
    margin-top: 2em;
    width: 100%;
}


nav ul li{
    padding: 2em;
    margin-bottom: 1em;
    text-decoration: none;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2 {
   background-color: grey;
    opacity: .7;
    padding: 0.4em;
    color: black;
    text-decoration: none;
}


ul li {
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 16pt;
}




h3 {
    text color: black; 
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 16pt;
}

footer p{
    background-color: white;
    color: black;
    padding: 1em;
    font-style: italic;

}


