body {
	background-color: #ef4034;
	color: #fff;
	font-family: proxima-nova, helvetica, arial, sans-serif;
	line-height: 1.4;
}

blockquote {
	max-width: 40em;
	margin: 10% auto;
}
blockquote p {
	font-weight: 800;
	font-style: italic;
	font-size: 1.375em;
}
blockquote cite {
	display: block;
	text-align: right;
	font-weight: 800;
	font-size: 1.125em;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
blockquote cite::before {
	content: '\2014';
}