html {
	font-family: 'Roboto', sans-serif;
}

#comingSoon {
	/*border: 1px solid #111;
	border-radius: 5px;*/
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
  	flex-direction: column;
 	justify-content: center;
  	align-items: center;
 	text-align: center;
 	/*margin-left: 25%;
 	margin-right: 25%;
 	margin-top: 25%;
 	margin-bottom: 25%;*/
 	padding: 20px;
}

#logoImage {
	height: 250px;
	width: 250px;
	margin: 0px;
}