html {
  color: darkgoldenrod;
}
#header > h1 {
  color: white;
  background-color: #482a72;
}

#contents {
  background-color: #f7f6f1;
}

footer {
  background-color: #482a72;
  color: white;
}
footer a {
	color: white;
}