* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
nav, article, section, header, footer, {
	display: block;
}
html {
	height: 100%;
}
body {
	background-color: rgb(240,240,240);
	font: normal 100% Cambria, Georgia, serif;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quote {
	margin: 0 auto;
	text-align: justify;
	width: 400px;
	font-size: 1.1em;
	line-height: 1.5em;
}
.quote p {
	text-decoration: none;
	color: rgb(130,130,130);
}
.quote .author {
	margin: 10px 0px 0px 0px;
	text-align: right;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-style: italic;
	color: rgb(150,150,150);
}
@media screen and (max-width: 515px) {
	.quote {
		padding: 10px;
	}
}
