body {
	background: #d8d8d8;
	font-family: "Roboto Slab", serif;

}

#pageContent {
	width:80%;
	padding:60px 10%;
}

h1,h2 {
	width:100%;
	position:relative;
	text-align: center;
}
h1 {
	font-size:2em;
}

h2{
	font-size:2em;
}

p {
	text-align: center;
}

img.cloudLogo {
	width:20%;
	padding:20px 0 0 40%;
}