@import "../../styles/common";

.page {
  @include tachyons(flex flex-column flex-grow-1 min-vh-100);
}

.center {
  .body {
    margin-top: auto;
    margin-bottom: auto;
    flex-grow: 0;
  }
}

.container {
  @include tachyons(flex flex-column flex-grow-1);
}

.body {
  @include tachyons(flex-grow-1 w-100);
}
