body {
	
	background-color: #383f51;
	font-family: Geneva;
	color: #dddbf1;
}

h1 {
	
	color: #50a2a7;
	text-align: center;
}

h2 {
	color: #c96480;
}

footer {
	text-align: center;
	border-top: 2pt solid #b47978;
	padding: 5pt;
}

.box {
	border-style: dashed;
	border-color: #000000;
	border-width: 5pt;
}

