html,
body {
	height: 100%;
}

body {
	background: #282a2c;
	color: #fff;
	display: flex;
	flex-direction: column; /* keeps "Coming soon..." above image */
	align-items: center;     /* horizontal centering */
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
}

.logo {
	width: 300px;
	height: auto;
	margin-top: auto; /* pushes content block downward */
}

.coming-soon {
	font-size: 1.5rem;
	margin-top: 2rem;
}

.company-number {
	margin-top: auto; /* pushes footer to bottom */
	padding-bottom: 2rem;
	font-size: 1.2rem;
}