body {
	border: 20px solid #bdc3c7;
	width: 80%;
	padding: 20px;
	margin: 20px auto;
	font-family: source sans pro;
	max-width: 700px;
}
.post {
	margin-bottom: 20px;
}
.date {
	color: #3498db;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}
.quote {
	border-left: 5px solid #bdc3c7;
	padding-left: 5px;
}
h2 {
	font-size: 2.0em;
	font-weight: bold;
	color: #2c3e50;
}
hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
