.text-container-outer {
	display: flex;
	justify-content: center;
	align-items: center;
}
.text-container-inner {
	background-color: FloralWhite;
	border: 1px solid black;
	max-width: 780px;
	padding: 25px;
}
h1 {
	text-align: center;
	background-color: Wheat;
	margin-top: 0;
}
h2 {
	text-align: center;
	background-color: Yellow;
	margin-bottom: 0;
}