body {
	font-family: "Arial", sans-serif;
	background-color: #F8F8F8;
	padding-bottom: 50px;
}

h1 {
	text-align: center;
	background-size: cover;
	background-position-y: center;
	color: white;
	margin: 0;
	margin-bottom: 50px;
	padding-top: 80px;
	padding-bottom: 80px;
}

h2 {
	text-align: center;
	margin-top: 60px;
	font-size: 23pt;
}

h3 {
	text-align: center;
	font-size: 16pt;
}

a {
	color: inherit;
	text-decoration-color: #a52000;
	text-decoration-thickness: 3px;
}

a:hover {
	color: #a52000;
}

.informational {
	margin: auto;
	max-width: 900px;
}

.centerflex {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
