.menu-bar {
    /* visibility: hidden; */
    height: 12px;
    background: lightslategrey;
    position: absolute;
    top: 0;
    padding: 4px;
    /* border: 2px solid lightslategrey; */
    width: 100%;
    right: 200px;
}

.menu-left {
    position: absolute;
    left: 0;
}

.menu-right {
    /* margin-right: -32px; */
    position: relative;
    /* right: 16px; */
    top: 10px;
    float: right;
    right: 3px;
    margin-bottom: 20px;
    display: flex;
    width: 66px;
    justify-content: space-evenly;
}

.em {
    height: 1em;
    margin-top: -9px;
}