html::-webkit-scrollbar {
    width: 8px;
}
html::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
}
