body {
    min-height: 100vh;
  }
  
  .sticky-bottom {
    position: sticky;
    top: 100vh;
    z-index: 1020;
  }