@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

html {
	height: 100%;
}
body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background: white url('../images/holding-background.jpg') no-repeat center center;
	background-position: cover;
}
.content_wrapper {
	width: 500px;
	background-color: rgba(255,255,255,0.95);
	border: 1px solid white;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate3d(-50%, -50%, 0);
	text-align: center;
	padding: 50px;
}
.content_wrapper h1 span {
	display: none;
}
.coming-soon {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
}
.contact {
	margin-bottom: 0;
}