@charset "utf-8";
/* CSS Document */

body {
		background: #222222;
		font-family: arial;
		overflow: hidden;
		text-align: center;
		color:#fff;
	margin-top:5%;
	}
#wrapper{
	    padding-top: 2%;
	}
h2{    
		font-size:2rem;
	}
p{
		font-size:1.4rem;
		font-weight:normal;
	}
a{
	color: #ffffff;
	text-decoration: none;
}






