
html, body {
    font-size: 10.5pt;
}

h2 {
    margin-top:2em;
}

figcaption {
    text-align: center;
}


footer {
    position: relative; /* absolute; */
    margin-top: 3em;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #f5f5f5;
  padding: 1em;
}
