html {
	margin: 0;
	padding: 0;
	overflow-y: auto;
	min-height: 100vh!important;
	overflow-x: hidden!important;
	font-weight: normal!important;
	scrollbar-width: none!important;
	scroll-behavior: smooth!important;
	scrollbar-color: #BBB #EEE!important;
}

html::-webkit-scrollbar {
	width: 0!important;
}

html::-webkit-scrollbar-track {
	background-color: #EEE;
}

html::-webkit-scrollbar-thumb {
	background-color: #BBB;
}

html::-webkit-scrollbar-thumb:hover {
	background-color: #AAA;
}

body {
	margin: 0;
	padding: 0;
	overflow-y: auto;
	min-height: 100vh!important;
	overflow-x: hidden!important;
	font-weight: normal!important;
	scrollbar-width: none!important;
	scroll-behavior: smooth!important;
	scrollbar-color: #BBB #EEE!important;
}

body::-webkit-scrollbar {
	width: 0!important;
}

body::-webkit-scrollbar-track {
	background-color: #EEE;
}

body::-webkit-scrollbar-thumb {
	background-color: #BBB;
}

body::-webkit-scrollbar-thumb:hover {
	background-color: #AAA;
}