*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #21a5f7;
    border-radius: 10px;
    border: 3px solid transparent;
    background-clip: content-box;
}