body {
	background-color:white;
}

h1 {
font-size: 4vw;
}
h2 {
font-size: 6vw;
}
h3 {
font-size: 8vw;
}

p {
font-size: 2vw;
}

#mainDivWrapper {
	text-align: center;
}

#mainDiv {
	width:80%;
	text-align: center;
}