

body {
	background: #2C3445;
  text-align: center;
  margin: 0 auto;
}


section {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-family: 'Raleway';
	color: white;
padding: 20px;
	font-weight: 200;
}

section p {
	font-weight: 300;
	font-size: 1.8em;
	text-align: center;
}



