.menu_bar {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: white;
    
        background-color: rgba(255, 255, 255, 0.64);
     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    transition: 0.4s;
}
.menu_item_link {
    text-decoration: none;
    color: black;
}
.menu_item {
    margin: auto;
    position: absolute;
    top: 10px;
    left: 5px;
    font-weight: 500;
    font-size: 20px;
    
/*    transform-origin: top left;*/
/*    transition: 0.4s;*/
}
#logo_menu_item {
    font-size: 24px;
    font-weight: 700;
    top: 7px;
    left: 10px;
}
#setting_menu_item {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    top: 4px;
    right: 48px;
    
    height: 24px;
    width: 24px;
    padding: 10px;
}

#menu_menu_item {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    top: 4px;
    right: 2px;
    
    height: 24px;
    width: 24px;
    padding: 10px;
}

.menu_container {
    position: fixed;
/*    height: 100px;*/
/*    width: 100px;*/
    
    min-width: 180px;
    top: 5px;
    right: 5px;

    background-color: white;
    background-color: #fdfdfd;
    border-radius: 6px;
    box-shadow: 1px 1px 10px #808080;
    padding: 15px;
    
    display: none; 
    
}

.menu_title {
    margin: auto;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.menu_link {
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    color: #363636;
}

.menu_link p {
    margin: auto;
/*    text-align: right;*/
/*
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dddddd;
*/
}

.menu_contact {
    width: 50%;
/*    background-color: red;*/
    text-align: center;
    margin-top: 4px;
}

.menu_contact img {
    width: 26px;
    margin: auto;
    padding: 0px;
    margin-bottom: 0px;
/*
    width: 50%;
    background-color: red;
    text-align: center;
*/
}

.menu_contact p {
    margin-top: -10px;
    font-size: 14px;
}

.menu_close {
    position: fixed;
    top: 2px;
    right: 2px;
    height: 25px;
    width: 25px;
    padding: 10px;
/*    background-color: red;*/
}
