* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	background: #fff;
	color: #222;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.coming-soon {
	padding: 40px;
}

.logo {
	max-width: 220px;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contact {
	font-size: 1rem;
}

.contact a {
	color: #222;
	text-decoration: underline;
}

.contact a:hover {
	color: #000;
}
