 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: #0A424A !important;border-radius: 5px;display: flex;justify-content: center;align-items: center;}img.logo_img {border-radius: 15px;padding:2px;height: 30px;width: 25px;}@media only screen and (max-width:968px) {header.nav-container {justify-content: space-between;gap: 1rem;}}