html, body{
	margin:0%;
	height:100%;
	font-family:"Architects Daughter";
	background-color:#f7e2be;
	background: rgb(247,226,190);
	background: linear-gradient(180deg, rgba(247,226,190,1) 31%, rgba(154,143,141,1) 70%, rgba(29,31,74,1) 100%);

}

#wrapper{
	margin:0 auto;
	width:60%;
	color:none;
	font-family:Architects Daughter;
}

h1{
	color:#1d1f4a;
	text-align:center;
}

h2{
	color:#1d1f4a;
}

p{
	color:#1d1f4a;
	font-size:14pt;
}

a{
	color:#4045ad;
	font-size:14pt;
	font-family:"silkscreen",sans-serif;
}

a:link, a:visited{
	color:#0f158a;
	text-decoration:none;
}

a:active, a:hover{
	color:#d49d44;
	text-decoration:underline;
}

img{
	margin:0%;
	width:100%;
}