.components-body {
	width: 40%;
	padding: 20px;
	margin: 0 auto;
}

.components-title {
	text-align: center;
	font-variant: small-caps;
	font-weight: 200;
	font-size: 2.4rem;
	letter-spacing: 2px;
	margin: 0;
	background: $background;
	@include text-contrast( $background );
	padding: 20px;
}
