body {
  margin: 0;
  font: normal 14pt/1.72  'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #fafae6;
  background-image: url('hanako-o-leary.jpg'); 
  background-size: 25% auto;
  color: #4a4845;
}

#container {
    width:100%;
    padding-top:40px;
    overflow:hidden;
}
header h1 {
    color:#eee
}
header h1:hover {
    color: #8eff47;
}

#returnto svg {
  fill: #eee;
}
#returnto svg:hover {
  fill: #8eff47;
}
#text {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 87%;
	max-width: 34em;
	background-color:#e2d9ce;
	padding:.5em 4% 1em 4%;
}
.caption {
   font-size:87%;
   margin-top:2em;
}
h2, h3 {text-align:center;}