/* Layout */
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 0;

  font-size: 10px;
  text-align: center;
  margin-top: 20px;
  background-color: #eeeeee;
}

h1, h2, h3 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
}
h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}
p { margin: 0; }
ul {
  padding-left: 0;
  list-style-type: square;
}
