#sampler {
	position: relative;
	width: 370px;
	height: auto;
	margin: 0 auto 20px;
	font-family: umbrageregular;
	font-size: 28px;
	text-align: center;
	color: green;
	text-shadow: 0 0 7px #121212;
}
.mixCover {
	width: 250px;
	height: auto;
	margin-top: 10px;
	border: 1px solid rgb(100, 100, 100);
	transition: box-shadow 250ms ease;
}
.mixCover:hover {
	-webkit-box-shadow: 0 0 15px 2px rgba(255,255,255,.8);
	box-shadow: 0 0 50px 0px rgba(255,255,255,.6);
	transition: box-shadow 250ms ease;
}
