@charset "utf-8";
/* Basic Elements
--------------------------------------------- */
body {
	background: #FFF;
	margin: 30px;
	padding: 0;
	color: #000;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	text-align:center;
	
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: none;
}
div a:active,
a:focus {
	outline: none;
}

h1 {
	font-size:80px !important;
	font-weight:normal;
	font-family: 'Sacramento', cursive;
	margin-top:0px;
	margin-bottom:10px;
}
#copy {
	font-size:15px;
	margin:20px 0;
}
