header{background:#1e8299;
    max-width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color:#fcd574;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
  }

.logo{width:100px;
    padding:15px;}

h1{
    color:#fcd574;
    font-family: 'Pacifico', cursive;
    margin-left: 2em;
}

a {color:#fcd574;
    text-decoration: none;}

.headings{display:flex;
    flex-direction: column;
    }

h2{
    text-align: left;
    color:#083047;
    font-size: 2em;
    font-family: 'Pacifico', cursive;
    margin-left: .5em;
}

#catch {font-size:.1em;
    color: white;
    text-align: center;
    }

nav{background-color:#083047;
}

nav{display:block;}

nav ul{display:flex;
list-style-type: none;
align-content: center;
text-align: center;
justify-content: space-evenly;
margin:0px;
font-size: 1.5em;
padding:0;
font-family: 'Noto Sans SC', sans-serif;
}
nav li {flex: 1 1 100%;
        padding: 10px;    
}
nav li:hover {
        background-color: white;
        color:#1e8299;
}
.active {
        color: #f7c96f;
}

body{
    background: #e3efea;
}

main{ padding: 2em;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

#minfo{font-family: 'Noto Sans SC', sans-serif;
    font-size: 1.5em;
    color:#083047;
    margin:20px;
}
.contentbox {background-color: white;
    margin:10px;
    padding:10px;
    border: 2px #f9ebac;
}

footer{color:#fcd574;
    background-color: #083047;
    justify-content: center;
    text-align: center;
    display:flex;
    font-family: 'Noto Sans SC', sans-serif;
    width: 100%;
    max-width: 800px;
    margin:auto;
    padding: 2em;
    border-radius: 10px;
}



