body{
    padding: 0px;
    margin: 0px;
    background-color:#FCF5E5;
    height: 100vh;
}

nav{
    background-color: #9DBA77;
    color: #16264C ;
    height: 50px;
}

ul{
    display: flex;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    float: left;
    color: rgb(31, 31, 31);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
}

article{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;
} 