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

html, body {
	margin: 0;
	padding: 0;
	height: 100%;

	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

body {
	color: white;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}