.landing-header {
    background-color: #121418;
    width: 100%;
}

.landing-header_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
}

.landing-header_logo-section {
    flex-shrink: 0;
}

.landing-header_logo-link {
    display: block;
    text-decoration: none;
}

.landing-header_logo-image {
    height: 40px;
    width: auto;
    display: block;
}

.landing-header_buttons-section {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.landing-header_enter-button {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 0;
}

.landing-header_join-button {
    color: #ADEBB3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 0;
}
