body, html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #171c24;
	color: #FFFFFF;
	font-family: 'Fira Sans Condensed', sans-serif;
}

main {
	height: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
    text-align: center;
}

h1 {
	margin: 0;
	font-size: 0;
}

h1:before {
	display: block;
	margin-bottom: 1rem;
	content: ' ';
	background-image: url(logo.svg);
	background-size: 262px 75px;
	height: 75px;
	width: 262px;
}

p.coming-soon {
	margin: 0;
	text-transform: uppercase;
	font-size: calc(24px);
	line-height: calc(52px);
}