.menu_icon{
    width: 26px;
    height: 28px;
    padding-right: 3px;
    padding-bottom: 8px;
    filter: invert(50%) sepia(93%) saturate(1352%) hue-rotate(180deg) brightness(119%) contrast(119%);
}
.logo_wrapper{
    display: flex;
    flex: 1;
    align-content: center;
    justify-content: center;
    max-width: 10vw;
    margin-right: 30px;
}
.logo_img_name{
    display: flex;
    align-self: center;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.7);
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 1px;
}
.logo_img{
    width: 40px;
    height: 44px;
    padding-top: 4px;
    filter: invert(50%) sepia(93%) saturate(1352%) hue-rotate(180deg) brightness(119%) contrast(119%);
}