html {
  color: darkslateblue;
}
#header > h1 {
  color: white;
  background-color: #4B64A1;
}

#contents {
  background-color: #F1F3F8;
}

footer {
  background-color: #4B64A1;
  color: white;
}
footer a {
	color: white;
}