.main {
  min-width: 100vw;
  min-height: 100vh;
  display: block;
}

.section {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1920px;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/*# sourceMappingURL=main.css.map */
