.page {
  display: flex;
  flex-direction: column;
  height: 100%;

  &__content {
    display: flex;
    flex: 1 0 auto;
  }

  &__header,
  &__footer {
    flex: none;
  }
}