div::-webkit-scrollbar {
width: 2px;
}
::-webkit-scrollbar {
width: 40px;
background-color: #666;
}
::-webkit-scrollbar-track {
width: 40px;
border-radius: 40px;
background-color: #666;
}
::-webkit-scrollbar-thumb {
border: 5px solid #ccc;
border-radius: 40px;
background-color: #333;
}