﻿.menu-container {
    margin-bottom: 5em;
}

#navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    /* height: 40px; */
    background-color: transparent;
}

    #navbar .img1 {
        width: 160px;
        height: 160px;
    }
    #navbar .img2 {
        width: 160px;
        right:0;
    }

@media screen and (max-width: 600px) {
    
    .menu-container {
        margin-bottom: 4em;
    }
}