::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #4b5563;
    border-radius: 1rem;
}

::-webkit-scrollbar-track {
    background-color: #111827;
}