header {
    width: 100%;
    height: var(--header-height);
    background-color: rgb(255, 255, 255);
    padding: 0 20px 0 20px;
    z-index: 333333;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.logo {
    width: 150px;
    /* margin-bottom: -25px;
    margin-top: -15px; */
} 

.menu-icon-header {
    width: 30px;
    cursor: pointer;
}
