p {
	color:#2abec1;
}

strong {
	color: #836f8d;
	font-weight: normal;
}

blockquote p{
	color:#da7878;
}

@media screen and (min-width: 40em) {
	article {
		padding-left: 5em !important;
		padding-right: 5em !important;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	article  {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
}