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;

	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 44px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
}

p {
	margin-bottom: 10px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
}
