html, body {
  margin:           0;
  padding:          0;
  background-color: #ffa;
  color:            #00f;
  font-size:        90%;
  }

h1 {
  margin: 1.5em auto;
  padding: 0;
  font-size: 3em;
  text-align: center;
  font-family: cursive;
  width: 100%;
  }

h1 img {
  width: 50px;
  height: auto;
}

#content > div {
  margin: 1em;
  font-size: 1.5em;
  font-weight: 600;
  font-family: ui-monospace, monospace;
  text-align: center;
}

a {
  margin: 1em;
  padding:0.5em;
  color: #00f;
  text-decoration:none;
  }

a:hover, a:active {
  background-color:#00f;
  color: #ffa;
  }

h1 {
  font-size: 5em;
  font-family: 'apple chancery', cursive;
}

h2 {
  width: 95%;
  margin: 1em auto;
  text-align: center;
  }

h2 a {
  font-family: ui-monospace, monospace;
}

h2 img {
  height: 1.5em;
  }

#footer {
  width: 100%;
  position: fixed;
  bottom: 0.5em;
  text-align: center;
  }

#footer p {
  margin: 0;
}
