@import url('https://fonts.googleapis.com/css?family=Oswald');

html {
	height: 100%;
	box-sizing: border-box;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #FFF;
	position: relative;
}
div {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: 0 auto 0 auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	transform: translateY(-50%);
}

* {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
h3 {
	font-weight: lighter;
}
h2 {
	font-size: 28px;
	text-transform: uppercase;
}
p {
	font-size: 22px;
}