body {
	padding-top: 113px;
	font-family: "Roboto Slab", serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	background-color: #88cc88;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-shadow: #efefef 1px 1px 1px;
}
.quote {
	text-align: justify;
	width: 525px;
	margin: 51px auto 0px;
	position: relative;
}
.quote .author {
	position: absolute;
	bottom: -85px;
	right: 0px;
	display: inline-block;
	max-width: 325px;
	text-align: right;
	font-weight: 400;
	line-height: 18px;
}
.align-center {
	text-align: center;
}
