html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
  }
  
  p {
    font-family: 'Cinzel', serif;
    font-size: 130%;
    font-weight: bold;
}

a {
    font-family: 'Cinzel', serif;
    font-weight: bold;
}

.small-header {
    font-size: 200%;
}

.image-header {
    margin-top: 1 !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}