:root {
	font-family: sans-serif;
}

body {
	margin: 0;
	height: 100dvh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

header, main, footer { text-align: center; }

main { place-content: center; }

footer {}
