::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(40, 40, 40, .4);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(40, 40, 40, .6);
}

::-webkit-scrollbar-track {
    background-color: transparent;
}