body {
	font-size: 20pt;
	font-family: sans-serif;
}

section {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);	
}

img {
	max-width: 600px;
}

section p {
	text-align: center;
}
