/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, h1, h2, p, b, u, i {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
}

body {
	line-height: 1;
}

h1 {
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 500;
	text-align: center;
}
h2 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 400;
	text-align: center;
}
p {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	text-align: center;
}
.main {
	margin-top: 10rem;
}