/* main styles */
body{
	margin: 0;
	padding: 0;
	background-color: #576574;
}
/* Titles and Paragraphs */
h1{
	font-family: "Heather BTN";
	font-size: 64px;
	text-align: center;
	color: #c8d6e5;
}
h2{
	font-family: "Bradley Hand ITC";
	font-size: 30px;
	color: #dcdde1;
}
a{
	font-family: "Bradley Hand ITC";
	font-size: 26px;
	color: #dcdde1;
}
p{
	font-family: "Bradley Hand ITC";
	font-size: 20px;
	color: #dcdde1;
}
/* Boxes */
.box{
	border: 2px solid black;
	width: auto;
	height: auto;
}