.background-color {
	background-color: #444c55;
}

.text-color {
	color: #d6edff;
}

.top-pad {
	margin-top: 30px;
}

.coming-soon {
	margin-top: 1px;
	color: white;
}

@media only screen and (max-width: 600) {
	body {
		text-align: center;
	}
}