.centered {
	max-width: 100%;
	margin: 0 auto;
	padding-top: 50px;
}
h1 {
	text-align: center;
	font-size: 2em;
}
img {
  max-width: 100%;
  height: auto;
 }
blockquote {
	font-size: 1.1em;
	width: 320px;
	margin: 20px auto 0 auto;
	font-style: italic;
	color: #222;
	padding: 1em 1em 1em 50px;
	line-height: 1.2;
	position: relative;
	background: #ddd;
	margin-bottom: 50px;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#222;
  font-size:3em;
  position: absolute;
  left: 10px;
  top:0px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#222;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
a {
	color: #222;
}
#footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 10px;
    margin-bottom: 0;
    text-align: right;
    font-size: 16px;
}
#footer a {
	margin: 0 .5rem;
}
#footer .center {
	text-align: center;
	padding: 0 0 1rem 0;
}
