* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

*::-webkit-scrollbar {
    display: none;
}

.scroll {
    display: flex;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--rich-white);
    justify-content: center;
}