body {
	margin: 0;
	height: 100vh;
}

body div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

body div p {
	font-size: 24pt;
	font-family: sans-serif;
}