/* Sticky Footer flexbox */

.stickyBody {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.stickyMain {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

