main {
	max-width: 900px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding: 5px;
	padding-top: 25px;
	padding-bottom: 25px;

	justify-self: center;
}

.ContentBox {
	width: 100%;

	padding: 20px;
	margin: 10px;

	background-color: var(--ContentBoxBackground);
	border-radius: 25px;

	box-shadow: 10px 10px 20px black;

	display: flex;
	flex-direction: column;
	align-items: center;

	font-family: Arial, Helvetica, sans-serif;
}

#MainTitle {
	font-size: 35px;

	padding-bottom: 10px;
}

#SubTitle {
	font-size: 22px;
}

.Text {
	font-size: 20px;
	text-align: center;

	padding-top: 10px;
}
