body {
    font-family: 'Poppins', sans-serif;
    background-color: #738363;
    display: flex; 
    flex-direction: column;
    min-height: 100vh; 
    align-items: center; 
    justify-content: space-between;
    margin:0;
}

#header{
    background-color: #31473A;
    color: #EDF4F2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    width: 100vw;
    font-family: 'League Spartan', sans-serif;
    font-size: 26px;
}

#footer{
    background-color: #31473A;
    color: #EDF4F2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'League Spartan', sans-serif;
    width: 100vw;
    font-size: 26px;
}

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

nav li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #EDF4F2;
}

nav a:hover {
    text-decoration: underline;
}


#centerBox {
    background-color: white;
    border: 5px solid;
    width: 60%;
    margin-top:5%;
    margin-bottom:5%;
    margin-left: 1%;
    margin-right: 1%;
  }

img {
    height:100px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
