

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #000;
  color: white;
}


section {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-weight: 200;
}

section p {
	font-weight: 300;
	font-size: 2rem;
	text-align: center;
}



