.scrolling {
    border: 1px solid white;
    max-height: 60vh;
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: white #222222;
}

.master-scrolling {
    border: 1px solid white;
    max-height: 55vh;
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: white #222222;
}

.screen-scrolling {
    border: 1px solid white;
    max-height: 75vh;
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: white #222222;
}

.about-scrolling {
    border: 1px solid white;
    max-height: 7rem;
    min-height: 7rem;
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: white #222222;
}