.container {
	text-align: center;
}

.main_header {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

.header_title {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: white;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	text-shadow: 1px 1px 3px #000000;
}

.main_content {
	text-align: left;
	font-size: 17px;
	padding-top: 20px;
}

.content_paragraph {
	margin-top: 25px;
}