	body {
		background: url('/landing/bg.jpg') center top fixed no-repeat;
		background-size: cover;
		font-family: 'Red Hat Display', sans-serif;
		font-weight: 500;
	}
	
	#wrapper {
		position: absolute;
		inset: 0;
		padding-top: 10vh;
		display: flex;
		flex-flow: column nowrap;
		zgap: 5rem;
		align-content: space-around;
	}
	
	img, .soon {
		display: block;
		margin: 0 auto;
	}
	
	.soon {
		background: white;
		
		min-width: 30vw;
		padding: .5rem 3rem;
		text-align: center;
		font-size: 25pt;
		font-weight: bold;
		letter-spacing: 3px;
	}
	
	#logo {
		max-width: 60vw;
	}

	#subtitle {
		max-width: 80vw;
	}

	#soon {
		max-width: 50vw;
	}
	
	#announcement {
		max-width: 70vw;
		background: white;
		padding: 1rem 2rem;
		margin: 0 auto;
		font-size: 14pt;
	}
	
	#contact {
		min-width: 30vw;
		background: white;
		padding: 0 2rem;
		margin: 0 auto;
		max-width: 80vw;
		font-size: 14pt;
	}
	#contact p {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#contact p .headline {
		line-height: 200%;
		font-weight: 600;
	}
@media screen and (min-width: 720px){
	#wrapper {
		padding-top: 5vh;
		gap: 1rem;
	}

	#logo {
		min-height: 300px;
		max-height: 45vh;
	}

	#subtitle {
		max-width: 80vw;
		min-height: 50px;
		max-height: 15vh;
		margin-bottom: 3rem;
	}

	#soon {
		max-width: 50vw;
		min-height: 50px;
		max-height: 20vh;
	}
	
	#contact {
		max-width: 50vw;
		font-size: 20pt;
		padding: 0 3rem;
	}
}