body {
    background-color: var(--Background1);
    display: flex;
    flex-direction: column-reverse;
    height: 100dvh;
    overflow: hidden;
}

.BackgroundScreenLimit {
    /* background-color: black; */
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow-y: scroll;
    padding: 10px;
    padding-bottom: 80px;
}

/* == Pages ================================================================= */
#PagesArea {
    z-index: 80;
}