@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Indie+Flower&display=swap');
body {
	margin: 0;
	background-color: #FFF;
}

.comingsoon {
	margin-bottom: -36px;
	font-family: 'Indie Flower', cursive;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 300px;
	position: absolute;
	bottom: 0;
	font-size: 18px;
	color: #766E5E;
}
.logo{
	width: 300px;
	height: 200px;
	left: 50%;
	margin-left: -150px;
	top: 40%;
	margin-top: -100px;
	position: absolute;
	text-align: center;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}