body {
	height: 100vh;
	margin: 0;
	padding: 0;
}

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

.child {
	text-align: center;
}