body
{
	background-color: #f0f0f0;
	padding: 0;
	margin: 0;
	font-family: 'CabinRegular', arial, sans-serif;
	color: #333;
}

.header {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #478cc7;
	text-align: center;
}

.body {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}

h1
{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: 'CabinBold', arial, sans-serif;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
}

h1::after {
	content: "";
	background: #478cc7;
	position: absolute;
	height: 2px;
	width: 50px;
	bottom: 0;
	left: calc(50% - 25px);
}

p {
	font-size: 16px;
	line-height: 1.46;
}

a img {
	border: 0;
}