html {
	font-family: sans-serif;
	background-color: #dedede;
}

.coming-soon {
	background-image: url(images/coming-soon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 800px;
	width: 800px;
	margin: 0 auto;
	max-width: 100%;
	margin-top: 5%;
}