body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	line-height: 36px;
	text-align: justify;
	letter-spacing: 1px;
}

.container {
	max-width: 800px;
	margin: 0 auto;
}

.container img {
	max-width: 100%;
}

.menu {
	text-align: center;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu a {
	text-transform: uppercase;
	font-weight: 700;
	color: #f97932;
	margin-right: 5px;
	text-decoration: none;
	letter-spacing: 1px;
}

.menu a:hover {
	color: #f83d46;
	border-bottom: 2px solid #f83d46;
}

.current {
	color: #f83d46 !important;
	border-bottom: 2px solid #f83d46;
}
.content {
	padding: 20px;
}

h2 {
	text-align: center;
	color: #72b301;
}

.copy {
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}

.content a {
	color: #009fd6;
	text-decoration: none;
	font-weight: 600;
}

.content a:hover {
	color: #784ab7;
}