body {
	font-family: sans-serif;
	color: #111111;
	background: #EEEEEE;
}

@media only screen and (min-width: 1000px) {
	body {
		margin: 64pt 140pt;
	}
}

h1 {
	text-align: center;
}

.figure {
	font-style: italic;
	margin: 20pt auto 30pt auto;
}

.figure p {
	text-align: center;
}

.figure img {
	box-shadow: 2pt 2pt 4pt rgba(0, 0, 0, 0.2);
}

h2 {
	margin: 40pt auto auto auto;
}

p {
	text-align: justify;
}
