body {
  background-image: url(/images/paper.jpg);
  background-position: top center;
  font-family: "Oswald", sans-serif;
  font-size: 30px; }

h1, h2 {
  font-family: "Oswald";
  font-weight: 900; }

h1 {
  font-size: 200%;
  margin: 0.3em; }

h2 {
  font-size: 150%; }

#content {
  width: 800px;
  margin: 0 auto; }

p {
  margin: 1em 2em; }

ul li {
  list-style-type: none;
  margin: 0.5em; }
  ul li a {
    font-family: "Slabo 27px";
    font-weight: 800;
    font-size: 150%;
    text-decoration: none;
    padding: 0.1em 1em;
    background-color: #000;
    text-align: right;
    color: #b58e4d; }
    ul li a:hover {
      background-color: #333; }
  ul li span.description {
    padding: 0.5em 0;
    display: block;
    margin-bottom: 0.5em; }
