html {
  color: #3a6781;
}
#header > h1 {
  color: white;
  background-color: #5ba3ce;
}

#contents {
  background-color: #f1f5f7;
}

footer {
  background-color: #5ba3ce;
  color: white;
}
footer a {
	color: white;
}