html {
  color: darkgreen;
}
#header > h1 {
  color: white;
  background-color: #b81b22;
}

#contents {
  background-color: #f3f7f1;
}

footer {
  background-color: #b81b22;
  color: white;
}
footer a {
	color: white;
}