@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}
	
#logo {
	position: absolute;
	width: 500px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
}

p {
	font-family: 'Montserrat', sans-serif;
	color: #0085CA;
	font-size: 28px;
	text-align: center;
}

a {
	font-family: 'Montserrat', sans-serif;
	color: #0085CA;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

#campaign {
	position: absolute;
	width: 400px;
	height: 500px;
	left: 50%;
	top: 550px;
	margin-left: -200px;
}
