html, body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.aem-Grid {
  flex: 1 1 auto;
}