.coming-soon{
	max-width: 600px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/****************** Responsive *****************/
@media only screen and (max-width: 768px) {
	

}