body {
	padding-top: 100px;
	background-color: #111;
}

.swatch {
	height: 100px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px #000;
}

h2, .swatch {
	color: #eee;
	text-shadow: 1px 1px 5px #000;
}

h3 {
	font-size: 22px;
}