#menu {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 25px;
    width: 100%;
}
.menuItem {
    text-align: center;
    font-size: 1rem;
    border-radius: 20px;
    border: solid;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    font-weight: 300;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(12px);
    -wekbik-backdrop-filter: blur(12px);
}
