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

body {font-family: 'Oswald', sans-serif;
      background-color:white;
      justify-content: space-between;}

header {height: 3em;
        display: block;
        }

nav { width: 90%;
     margin:auto;
    
    
}

header nav ul {list-style: none;
           display: flex;
            flex-direction: row;
            
}

header ul li a {display: block;
                text-decoration: none;
                font-weight: lighter;
                text-align: center;
               box-sizing: border-box;
               background-color: black;
               color: white;
               padding: 0.3em;
               align-items: stretch;
               font-size: 2em;
                justify-content: space-between;
}

h1 {font-size: 2.5em;
        font-weight: lighter;
        text-align: center;
        background-color:aliceblue;
        color: #3e8570;
        margin-bottom: 0.9em;
        margin-top: 0.9em;}

h2 {font-size:2em; 
    box-sizing: border-box;
    background-color:#68b09f;
    text-align: center;
    font-weight: normal;
    margin-top:0.7em;
    color: white;}

p {display:block;
         font-size: 1em;
         text-align: center;
         font-weight: normal;
         margin-top:0.4em;
         color: black;
         margin-bottom: 0.4em;}

h3 {font-size: 2em;
    color:#612565;
    font-weight: normal;
    text-align: center;
    margin-top: 0.7em;
    margin-bottom: 0.4em;}

main ul li {font-size: 1em;
       box-sizing: border-box;
       background-color:#612565;
       font-weight: normal;
       color:white;
       text-align: center;}

ul li {background-color:#c05ec6;
       font-weight: normal;
       font-size: 0.8em;
    color:white;
    text-align:center;}

footer {font-size: 0.7em;
        font-weight: lighter;
        text-align: center;
        background-color:aliceblue;
        color: #3e8570;
        margin-top: 0.9em;}
