<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size: 1em;
	box-sizing: border-box;
	line-height: 1.5em;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.content {
	height: 100vh;
	width: 100%;
	position: absolute;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.center {
	width: 100%; 
  	/*margin-bottom: 2em;*/
  	z-index: 2;
  	position: absolute;
}

.middle-content {
	margin-top: 7em;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #8bcf97;
	width: 100%;
	height: 75%;
}

.arrow {
	position: relative;
	top: 160px;
}

.center h1:first-child {
	margin-top: 60px;
	text-align: center;
	color: #8bcf97;
	font-weight: 400;
	font-size: 3em;
}

.middle-content h1 {
	font-weight: 700;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	font-size: 6em;
	letter-spacing: 2px;
	line-height: 100%;
}

.middle-content h2 {
	font-weight: 400;
	font-size: 1.4em;
	line-height: 200%;
	text-align: center;
	margin-top: 30px;
	color: white;
	letter-spacing: 5px;
	padding: 15px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

footer {
	background-color: #8bcf97;
}



@media all and (max-width: 1700px) {
	

	.middle-content h1 {
		font-size: 6em;
	}

	.arrow {
		top: 120px;
	}
}

@media all and (max-width: 1500px) {
	.middle-content {
		margin-top: 4em;
	}
}

@media all and (max-width: 1200px) {
	.middle-content {
		margin-top: 4em;
		
	}

	.middle-content h1 {
		font-size: 3em;
	}

	.arrow {
		top: 130px;
	}

	.center h1:first-child {
		margin-top: 90px;
		font-weight: 300;
		font-size: 2em;
	}
}

@media all and (max-width: 1000px) {
	.middle-content {
		margin-top: 3em;
	}
}

@media all and (max-width: 800px) {
	.middle-content {
		margin-top: 2.5em;
	}
}


@media all and (max-width: 600px) {
	.middle-content {
		margin-top: 2em;
	}

	.middle-content h1 {
		font-size: 2em;
		margin-top: 2em;
	}

	.arrow {
		top: 50px;
	}

	.center h1:first-child {
		margin-top: 70px;
		font-weight: 250;
		font-size: 2em;
	}
}</pre></body></html>