html, body {
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
}
body {
	font-family: sans-serif;
	color: #333;
	font-size: 1rem;
}
