body {
	padding-left:5%;
	padding-right:5%;
}

.header {
	max-width:700px;
	margin:0 auto;
	position:relative;
}

.text {
	max-width:700px;
	margin:0 auto;
	position:relative;
	margin-top:2em;
}

/*
.main_image {
	display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top:1em;
}

.image_within {
	display: block;
	margin:0 auto;
	position:relative;
}
*/
figure { 
  display: table; 
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top:2em;
}

figcaption { 
  display: table-caption;
  caption-side: bottom; /* aligns size to the table of the figure
  caption-side: bottom /* makes the caption appear underneath the image/figure */
}