body {
	background: #F8F8F8;
	font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header {
	height: 100px;
	padding: 0;
	background-color: #fff;
	opacity: 1;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

header img {
	margin-right: 1.5rem;
}

header h1 {
	font-size: 1.5rem;
}

.content h1,
.content h2 {
	text-align: center;
}

.content h2 {
	margin-bottom: 2rem;
	font-size: 1.7rem;
}

.center {
	text-align: center !important;
}

hr {
	margin: 2rem 0;
}

.content {
	padding-top: 50px;
}