.mobile-pane {
    background-color: rgba(58, 58, 58, 0.822);
    position: fixed;
    height: 100vh;
    right: 0;
    color: white;
    display: none;
    min-width: 300px;
    z-index: 120000;
    list-style-type: none;
}