.header-set{
    height: 106px;
    padding: 9px;
    align-items: center;
}

.header-bg{
    background: var(--KGM-PALLETTE-KGM-Black, #000);
}


.header-space{
    margin-left: 82px;
    margin-right: 90px;
}

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.link-container-space{
    gap: 142px;
}

.link-container{
    display: flex;
    justify-content: space-between;
}

.link-text{
    color: #FFF;
    text-align: center;
    font-family: Praktika;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-image-space{
    width: 311px;
    height:89px;
}

.position {
    position: fixed;
}

.padding-h {
    padding: 44.5px;
}

