html, body {
  height: 100%;
  margin: 0;
}

.__os-page-wrap__ {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex: 1 0 auto;
}

footer {
  background-color: #1e1e2d;
  z-index: 999;
}

.site-content {
  flex: 1 0 auto;
}
