* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	padding: 0;
	margin: 0;
	background-image: radial-gradient(#fff 70%, #eee);
}

#centered {
	position: relative;
	height: 100vh
}

#centered .content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

#center	{
	text-align: center;
}

.content h1 {
	font-family: 'Exo 2',sans-serif;
	font-size: 65px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	color: #000;
}

.content h2 {
	font-family: 'Roboto Slab',sans-serif;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	color: #007bbd;
}

.content h3 {
	font-family: 'Roboto Slab',sans-serif;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	color: gray;
}

.content p {
	font-family: Helvetica,sans-serif;
	color: #555;
	font-weight: 15px;
}

.content a {
	font-family: 'Roboto Slab',sans-serif;
	display: inline-block;
	font-weight: 700;
	border-radius: 40px;
	text-decoration: none;
	color: #007bbd;
}

.content .logo {
	width: 250px;
	height: 50px;
	border: 0;
}