html {
    scroll-behavior: smooth;
}/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 16px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #002d0f;
}
