html {background-color: #003300;}
body {
	font-family: 'Calistoga', sans-serif; font-size: 1.2rem; background-color: #003300;
	color: white;
}
div.box {
	background-image: linear-gradient(#004422, #003300); border: 2px solid #006644;
	text-align: center; padding: 1rem; border-radius: 1rem;
}
i {font-size: 1rem;}
img {
	max-width: 100%; height: auto; border: 2px solid #006644;
	border-radius: 1rem; box-shadow: .6rem .6rem #003311;
}
a {color: #bbeebb;}
a:hover {color: #99bb99;}
footer {
	font-size: .9em; text-align: center; margin-top: 1em;
	background-image: linear-gradient(#004422, #003300); border: 2px solid #006644;
	text-align: center; padding: 1rem; border-radius: 1rem;
}
