.header {
    position: absolute;
    z-index: 100;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.header__nav-item {
    color: white;
}

.header__btns .btn--white {
    background: none;
    border: 2px solid #fff;
    color: white;
}

.header__btns .btn--blue {
    background: #fff;
    color: #3259e8;
}

.mobile-menu-toggle svg {
    fill: #FFFFFF;
}

.header__socials svg {
    color: white;
}
