::-webkit-scrollbar {
    all: unset;
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: .05rem;
    background-color: #c1c1c1;
}
@media screen and (min-width: 750px) {
    ::-webkit-scrollbar {
        width: .05rem;
        height: .05rem;
    }
}