body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--body-bg);
  overflow-x: hidden;
}

main {
  flex: 1 0 auto;
}

.main-footer {
  flex-shrink: 0;
}