

body {
    font-family: "Chicago", "Charcoal", "Geneva", sans-serif;
    background: #fff;
}

.menu-bar {
    background: linear-gradient(145deg, #dfdfdd, #e2e1df);
    height: 22px;
    display: flex;
    align-items: center;
    padding: 0 8px;
        outline: 3px solid rgba(225, 224, 222, 0.5);

    box-shadow:
        0 8px 32px rgba(0,0,0,0.8),
        inset 0 2px 10px rgba(255,255,255,0.7),
        inset 0 -2px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index:10;
}



.apple-logo {
    width: 18px;
    height: 18px;
    margin-left: 4px;
    margin-right: 8px;
    cursor: pointer;
    filter: drop-shadow(0 1px 0 rgba(255,255,255,0.5));
}

.menu-item {
    padding: 2px 10px;
    font-size: 13px;
    color: #1f2c1e;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    letter-spacing: 0.3px;
    border-radius: 10px;
}

.menu-item:hover {
    background: #979e93;
    transition: .35s;
    color: #fff;
    text-shadow: none;
}

.time {
    position: absolute;
    right: 12px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
