::-webkit-scrollbar {width: .8rem; height: .8rem;}
::-webkit-scrollbar-thumb {background-color: var(--color-primary); border-radius: 1rem;}

@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {width: .4rem; height: .4rem;}
}