@charset "utf-8";

html{background-color: black}

body{background-color: orange;}

body header img{
    margin: auto;
    height: 5em;
    display: flex;
    
}

body header h2{
    font-size: 0.8em;
    color: white;
    font-family: sans-serif;
    padding-left: 1em;
    padding-top: 0.7em;
}
body header h1{
    text-align: center;
    font-size: 3rem;
    color: white;
    margin: 1rem;
    font-family: sans-serif;
    padding-top: 0.3em;
    margin-bottom: 0
}

body header h3{
    text-align: center;
    font-size: 2rem;
    color: white;
    margin-top: 0;
    font-family: sans-serif;
    padding-top: 0.3em;
    font-style: italic;
    }

main section nav ul{
    list-style: none;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    }

main section nav ul li{
    margin: 3em;
    height: 3em;
}
main section nav ul li a{
    color: white;
    background-color: black;
    justify-content: center;   
    text-decoration: none;
    width: 10em;
    height: 3em;
    align-content: center;
    border-radius: 25em;
    padding: 0.3em;
    display: flex;
    text-align: center;
    font-size: 0.8em;
    font-weight: 800
}