.html {
	background-color: #95c7ff;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.body {
	background-color: #95c7ff;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.comingsoon-mobile {
	display: none;
}

.comingsoon-tablet {
	display: none;
}

.comingsoon-desktop {
	display: none;
}

@media only screen and (max-width: 799px) {
	.comingsoon-mobile {
		width: 300px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.comingsoon-tablet {
		display: none;
	}

	.comingsoon-desktop {
		display: none;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1399px) {
	.comingsoon-mobile {
		display: none;
	}

	.comingsoon-tablet {
		width: 600px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.comingsoon-desktop {
		display: none;
	}
}

@media only screen and (min-width: 1400px) {
	.comingsoon-mobile {
		display: none;
	}

	.comingsoon-tablet {
		display: none;
	}

	.comingsoon-desktop {
		width: 1119px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}