
* {
	margin:0;
	padding:0;
}



a {
	text-decoration: none;
	color: inherit;
	font-family: wizardearl;
 }



html 	{
	
width: 100%;
height:100%;
overflow-x: hidden;
overflow-y: scroll;	
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);

background-position: left top;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}



.wrapper{

	width:1200px;
	display:block;
	margin: 0px auto;
	padding-top:200px;

	
}

/*
@font-face {
	font-family: wizardearl;
	src: url(AquilineTwo.woff);
  }
*/
  @media only screen and (max-width: 800px) {
	.wrapper {width:100%;}
	.paper {width:100%;}
	
	
	
}
