 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;}.sticky-header-mode{box-shadow: 2px 2px 14px 10px var(--text-color);transition: 800ms ease-in-out;}button.logo_button{background-color: var(--bg-color)!important;border: none;display: flex;justify-content: center;align-items: center;}img.logo_img{border-radius: 15px;height: 40px;width: 40px;}@media only screen and (max-width:968px) {header.nav-container{justify-content: space-between;gap:1rem;}}