::-webkit-scrollbar {
    width: 0.5vw;
}

::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 0.5vw;
}