.header {
    width: 100%;
    padding: 15px 0;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 3;
    border: 1px solid #E5E6F0;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92vw;
    max-width: 1920px;
    margin: 0 auto;
}

.header .container .logo {
    font-size: 2.4rem;
    color: #21185B;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.header .container .navigation-bar a {
    font-size: 1.2rem;
    color: #21185B;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
}