* {
	font-family: 'Open Sans', sans-serif;
}

body {
	background-color: #C9C9C9;
}

.container {
	background-color: #fff;
	border-radius: 7px;
	margin-top: 50px;
}

.header-text {
	background-color: #e3e3e3;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.header-text h1 {
	font-size: 24px;
}

.main-content {
	padding-top: 25px;
}