body {
	height: 100vh;
	width: 100%;
	background-color: #4073b9;
}
div {
	width: 80%;
	height: fit-content;
	padding: 5%;
	margin: 5%;
	background-color: #d2d9ee;
	border-radius: 5em;
	display: flex;
	flex-direction: column;
}
h1 {
	font-family: "finalsix", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: black;
	font-size: 400%;
	text-align: center;
	margin-top: 0%;
	/* text-decoration: underline; */
	line-height: 100%;
	margin-bottom: .25em;
}
h4 {
	font-family: "finalsix", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: black;
	font-size: 400%;
	text-align: center;
	margin-top: 0%;
	/* text-decoration: underline; */
	line-height: 10%;
}
h2 {
	font-family: "finalsix", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: black;
	font-size: 300%;
	text-align: center;
	margin: 0%;
}
p {
	font-family: "finalsix", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: black;
	font-size: 200%;
	text-align: center;
}
h3 {
	font-family: "finalsix", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: black;
	font-size: 150%;
	text-align: center;
}
img {
	width: 15em;
	height: auto;
	transition: ease-in-out;
	transition-duration: .2s;
	align-self: center;
	margin-top: 2em;
}
#return {
	font-size: 100%;
	margin-top: 2.5em;
	margin-bottom: 0%;
	text-align: center;
	font-family: "finalsix", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: black;
}
#buffer {
	height: 1em;
	width: 10%;
	background-color: #4073b9;
	margin: 0%;
	padding: 0%;
}
@media screen and (max-width:750px) {
	h1 {
		margin-top: .75em;
		font-size: 300%;
	}
	h4 {
		font-size: 350%;
	}
	h2 {
		font-size: 200%;
	}
	p {
		font-size: 120%;
	}
}