body {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

body > main {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  body > main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=main.css.map */