.navBar {
    /* background-color: rgb(72, 255, 0);     */
    background-color: #ffffff; 
    padding-bottom: 2rem;
}

.navContainer {
    background-color: #ffffff;    
}

.navBody {
    /* background-color: rgb(72, 255, 0);     */
}


.logoBlock {

}


.logoBox {
    /* background-color: rgb(236, 203, 55);     */
}

.logoBox figure{
     padding: 1.5rem 0rem 0rem 0rem;
}

.logoBox figure img{
    width: auto;
   height: 8rem;
   
    align-items: center;
    display: flex;
    justify-content:center;
}


.navBlock {
    /* background-color: rgb(153, 96, 245);     */
}

.navBox {
    /* background-color: rgb(106, 224, 240);  */
    width: 100%;  
    height: 100%;
}


.navBox ul {
    /* background-color: rgb(10, 52, 92);  */
    height: 100%;
    display: flex;
    align-items: center;  
    justify-content:space-around; 
}