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.723c04e116c2fd664601.bundle.css.map*/