.header-container {
    display: flex;
    justify-content: center;
    padding: 20px 20px;
    box-shadow: rgba(65, 69, 73, .25) 0 1px 10px 0;
    margin-bottom: 100px;
}
.header-seperator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 100px;
}
/*SELEECT ALL CHILDREN*/
.header-seperator > *{
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.header-L-section {
    display: flex;
    align-items: center;
    column-gap: 18px;
    border-radius: 2px;
}
.header-L-section img {
    width: 55px;
}
.header-M-section {
    display: flex;
    column-gap: 40px;
    font-size: 21px;
    font-weight: 700;
}
.header-R-section {
    
}
.header-R-section label{
    background: linear-gradient(135deg, #6aa7f1, #a855f7);
    padding: 12px 16px;
    color: rgb(253, 253, 253);
    font-weight: 800;
    font-size: 15px;
    border-radius: 9px;
}
.nav-link {
    color: rgb(90, 90, 90);
    background: linear-gradient(135deg, #6aa7f1, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

