::-webkit-scrollbar {
    width: 0.6vw;
    height: 0.6vw;
}

::-webkit-scrollbar-track {
    background-color: #010E1B;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10em;
    position: absolute;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #666;
    border-radius: 10em;
}
