html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}

.neog-footer {
  text-align: center;
  color: var(--muted, #666);
}
