.navbar .container-fluid{
background-color:hsl(212, 64%, 90%);
display: flex;
flex-direction: row;
justify-content:space-around;
}

.navbar{
    padding:0rem !important;
}

li .styl{
    font-weight: 700;
    color: black !important;
}

ul .nav-link {
    padding-left: 4rem !important;
    margin-bottom: 1rem;
    padding-top: 2rem;
    font-size: larger;
    font-weight: 500;
    height: 5rem; 
    }