body {
  display: flex;
  height: 100dvh;
  flex-direction: column;
  padding: 0 1.5em 0 1.5em;
}

.footer {
  flex-grow: 1;
  align-content: end;
  margin-bottom: 0.5em;
}