body {
  min-height: 100vh;

  display: flex;
  flex-direction: column;
}

.page > .page__content {
  transition: .4s ease;
}

@media screen and (max-width: 1000px) {
  #content {
    margin-left: 0 !important;
  }
}
