html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Verdana, Helvetica, sans-serif;
}
@media (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
	}
}
