html {
	height: 100%;
}

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