/* line 15, app/assets/stylesheets/application.scss */
.flex-wrapper {
  display: flex;
  min-height: 100vh;
  min-width: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

/* line 23, app/assets/stylesheets/application.scss */
.hero {
  background-attachment: fixed;
  height: 50vh;
  background-repeat: no-repeat;
}
