.nav-container{
    padding: 15px 24px 10px;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(22, 32, 68);
    z-index: 9999;
}

.nav-logo{
    max-height: 100px;
    max-width: 150px;
    padding-left: 30px;
}

.nav-logo img{
    max-height: 160px;
    max-width: 160px;
}

