html {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	/* all height minus top & bottom margin */
	height: calc(100% - 10ch);
}

main {
	flex: 1 1 auto;
}
