html, body {
	margin: 0 auto;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100svh;
	width: 100svw;
	font-family: system-ui, sans-serif;
}

