nav {
    background-color: #e2e2e2;
    height: 44px;
}



@media screen and (max-width: 450px) {
    nav {
        height: 90px;
    }
}



.nav-link {
    font-weight: 700 !important;
    font-family: 'PT Serif', serif !important;
    color: #4b61d1 !important;
    padding: 0;
}



.nav-item-container {
    display: flex;
    justify-content: center;
    padding: 10px;
}

/* Logo */
.nav-link img {
    position: relative !important;
    margin: 0 !important;
    width: 65px;
}

.nav-item-container img {
    position: absolute;
    margin-top: 25px;
}