::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #36abff;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: white;
}