html,
body,
#app {
	height: 100%;
	width: 100%;
}

#app {
	display: flex;
	flex-direction: column;
}

/* increase font size for larger viewports */
@media (min-width: 12em) {
	html {
		font-size: 112.5%;
	}
}


/*# sourceMappingURL=792.main.8fe5fa6028f1048c263b940a286a5093.map*/