::-webkit-scrollbar {
    width: 12px;
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background: #c6e4ff;
    border-radius: 15px;
    border: 2px solid white;
}

::-webkit-scrollbar-thumb:hover {
    background: #9fd2ff;
}