/* CSS Document by Dav1d tbv sticky footer */
    html, body {
      height: 100%;
    }
    body {
      display: flex;
      flex-direction: column;
    }
    .main-content {
      flex: 1 0 auto;
    }
    .sticky-footer {
      flex-shrink: 0;
    }

