html {
    background: #110700;
}

.MuiMenu-paper {
    background: #484441 !important;
    max-height: 300px !important;
    border-radius: 8px !important;
    margin-top: 2px;

    li {
        color: rgba(171, 171, 171, 0.8);
    }
}
.MuiPickersLayout-root {
    background: #484441 !important;
    color: rgba(171, 171, 171, 0.8);
    span {
        color: rgba(171, 171, 171, 0.8);
    }
}
