body {
	text-align: center;
	background-image: url('/img/fabric_plaid.png');
}

.content {
	background-color: #dfdce3;
	font-family: 'PT Serif', serif;
	max-width: 850px;
	margin: auto;
	text-align: left;
	padding: 10px;
	border-radius: 25px;
}

.coming-soon {
	margin-top: 75px;
	font-size: 75px;
	font-family: 'Satisfy', cursive;
	color: white;
	text-shadow: 3px 3px #fc4a1a;
}

.color-layer {
	background-color: rgba(74, 189, 172, 0.219608);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -999;
}
