body {
	text-align: center;
	font-family: "Ink Free"
}

h3 {
	background-color: #bfa1b2;
	color: white;
	text-shadow: 2px 1px 2px #705b5f;
	border: 1px;
	border-radius: 10px;
}

@font-face {
	font-family: "Ink Free";
	src: url(fonts/Inkfree.ttf);
}