::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1000px transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--blurple);
    border-radius: 17px;
}