@charset "utf-8";
/* CSS Document */


body {
	margin: auto;
}

h2 {
	color: #d79928;
	font-family: serif;
	font-size: 36pt;
	text-align: center;
}

h3 {
	color: #a21d38;
	font-family: sans-serif;
	font-size: 18pt;
	text-align: center;
}

h3 a {
	color: #a21d38;
	text-decoration:underline;
}

/* Flex Container Settings */

.flex-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.full-width {
	width: 95%;
	margin: auto;
}

.full-height {
	height: 100vh;
}