body, html {
	height: 100%;
	margin: 0;
}

.coming-soon-page {
	background-color: #e5e5e5; /* Fallback solid color */
	height: 100vh;
	width: 100%;
	color: #333;
	text-align: center;
}

.logo {
	max-width: 250px;
	height: auto;
}

.content-box {
	max-width: 500px;
	padding: 42px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 0 30px #5b5b5b;
	margin: 24px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.social-icons i {
	font-size: 1.5rem;
	color: #333;
}

.social-icons i:hover {
	color: #111;
}