#header .header-body {
    display: flex;
    flex-direction: column;
    background: var(--light);
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid transparent;
    z-index: 1001;
    background-color: #191725;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a,
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav>ul>li>a {
    color: white !important;
}