::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 0, 0, 0.608);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 0, 0, 0.782);
}
