.navbar {
    overflow: hidden;
    background-color: #ffbf00;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.imgLogo {
    width: 20%;
    margin: 3vh;
}