.headerBar{
    height: calc(3.4rem - 1px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.headerBarGlass{
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(8px);
}

#headerBarLogoLink{
    position: absolute;
    left: 1.7rem;
    top: 0.9rem;
    width: 1.7rem;
    height: 1.7rem;
    text-decoration: none;
}

#headerBarLogo{
    width: 1.7rem;
    height: 1.7rem;
}

#headerBarTitleLink{
    position: absolute;
    top: 50%;
    left: 4.2rem;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    text-decoration: none;
}

#headerBarTitleImg{
    display: block;
    height: 1.1rem;
    width: auto;
}

#headerBarLinkSpan{
    position: absolute;
    left: 11rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
}

.headerBarLink{
    position: relative;
    left: 0;
    top: 0;
    font-size: 0.8rem;
    margin-right: 1.9rem;
    text-decoration: none;
    color: #efe6f8;
    line-height: 1.5;
}

#headerBarRightSpan{
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    height: 1.55rem;
    display: flex;
    justify-content: flex-end;
}

.headerBarRightLink{
    position: relative;
    display: flex;
    right: 0;
    top: 0;
    text-decoration: none;
    justify-content: flex-start;
    margin-right: 1.4rem;
    align-items: center;
}

.headerBarDropImg{
    position: relative;
    top: 0;
    left: 0.17rem;
    height: 0.85rem;
    width: auto;
}

#headerBarSearchImg{
    position: inherit;
    top: 0;
    left: 0;
    width: auto;
    height: 0.85rem;
}

#headerBarUserLink{
    position: relative;
    top: 0;
    left: 0;
    font-size: 0.8rem;
    margin-right: -0.17rem;
    color: #efe6f8;
}

#headerBarLine{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border: none;
    background: rgba(137, 137, 137, 0.2);
    margin: 0;
    padding: 0;
}