body {
	background-image:url('images/highwoodHills.jpg'); 
	background-size: cover; 
	background-position: center center; 
	font-family: "Nunito", arial, sans-serif;
}

#holdingPage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	text-align: center;
	color: #FFF;
	font-size: 200%;
}

h1 {
	font-family: "Rubik Dirt", arial, sans-serif;
}