html, body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background-color: #2E363F;*/
    background-color: white;
    color:black;
    height: 100%;
    font-size: 12px;
}

div{
	padding: 100px 0 0 0;
	text-align: center;
}

h1{
	color: gray;
}

h2{
	color:silver;
}