/* Removes scrollbar from the site */
* {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}