html,
body {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

main {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
	height: 100%;
}
