body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

main {
	max-width: 800px;
	margin:  0 auto;
	padding: 20px 40px;

}
h1, h2 {
	color:  #555;
	font-weight: normal;
}
h1 {
	/*text-align: center;*/
	border-bottom: 1px solid #eee;
	padding: 30px 0px 20px;
}
h2 {
	margin-top:  70px;
}

figure {
	margin:  50px;
	text-align: center;
}
figure img {
	width: 100%;
	max-width:  600px;
}

figcaption {
	color: #666;
	font-style: italic;
}

footer {
	font-size:  0.8em;
	text-align: center;
	margin: 50px 20px 20px;
	color:  #888;
}
