html {
	scroll-behavior: smooth;
}

* {
	scrollbar-width: none;
}

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