@import "components/buttons";
@import "components/catch_the_ball";

.catch_ball {
  .main_container {
    @include no-margins;
    min-height: 100vh;

    .catch_the_ball {
      @include center-flex-column;
      min-height: 100vh;
    }
  }
}