html {
  color: darkred;
}
#header > h1 {
  color: white;
  background-color: palevioletred;
}

#contents {
  background-color: #FFF0F0;
}

footer {
  background-color: palevioletred;
  color: white;
}
footer a {
	color: white;
}