header.nav-container{

    margin:0 0;

    position: fixed!important;
    z-index: 90!important;
    background-color: var(--bg-color)!important;

    width: 100%;
    max-width: 1280px;
    padding: .2% 10%;

    display: flex;
    flex-direction: row;
    align-items: center;

    justify-content: center;
    gap: 1.5rem;
}

button.logo_button{
    background-color: var(--bg-color)!important;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.logo_img{
    height: 40px;
    width: 40px;
}

@media only screen and (max-width:968px) {

    header.nav-container{

        justify-content: space-between;
        gap:1rem;

    }
}
