html,
body
{
	height: 100%;
}

main
{
	height: 100%;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}
