html, body {
	background-color: rgb(208,94,21);
	color: #fff;
}
#header {
  color: #eee;
  margin-top: 20px;
}

h1 {
  font-family: OldLondon, serif;
  font-size: 45pt;
  font-weight: 100;
  letter-spacing: 3pt;

}

h5 {
  font-size: 12pt;
  font-weight: 100;
  letter-spacing: 2pt;
  margin-top: 20px;
  text-transform: uppercase;
}
#container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
}
.header-link,
.header-link:visited,
.header-link:hover,
.header-link:active {
  text-decoration: none;
  color: inherit;
}