html {
    scroll-behavior: smooth;
}

body {
    scrollbar-width: thin !important;
    overflow-x: hidden !important;
}

::-webkit-scrollbar {
    height: 4px;
    background: transparent;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: lightgrey;
    -webkit-border-radius: 0ex;
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
