.home-banner {
	height: 300px;
	background-color: white;
	text-align: center;
}

.home-banner h1 {
	font-size: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 400;
}

.body-wrapper {
	margin-top: 50px;
	position: absolute;
	width: 100%;
}

.article-container {
	width: 1000px;
	background: white;
	height: auto;
	margin: auto;
	position: relative;
}