<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.HeaderInclude{
    width: 100%;
    height: 100%;
    border: none;
}

.Header{
    display: flex;
    position: fixed;
    flex-direction: row;
    justify-content: space-between;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(45, 45, 45);
    height: 72px;

    box-shadow: 0px 2px 2px rgb(45, 45, 45);
    
    z-index: 200;
}




.LeftSection{
    display: flex;
    height: 100%;
}

.HamburgerLikeMenu1{
    margin-top: 20px;
    height: 100px;
    rotate: 180deg;
}




.MiddleSection{
    height: 100%;
    display: flex;
    align-items: center;
}

.HeaderName{
    height: 72%;
}

.HeaderNamePicture{
    height: 100%;
}




.RightSection{
    height: 100%;
}

.HamburgerLikeMenu2{
    height: 100%;
    transform: rotate(180deg);
}</pre></body></html>