.menubar {
    padding: 10px 20px;
    /*background-color: #f2f2f2;*/
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(7px) brightness(1.25);
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    /*position: fixed;*/
    /*width: 100%;*/
    /*margin-top: 0;*/
    /*top: 0;*/
    /*z-index: 100;*/
}

.menubar a,
.menubar .layout-compact,
.menubar .layout-expanded {
    width: auto;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.layout-inactive {
    display:none;
}


.menubar a {
    margin-left: auto;
}

.menubar a:first-child {
    margin-left: 0;
}

.menubar a:hover,
.menubar .layout-compact:hover,
.menubar .layout-expanded:hover{
    color: #1a73e8;
}