.nav-bar-section {
    width: 100%;
    height: 15vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background-color: #FDECCE;
}

.nav-bar-section img {
    width: auto;
}