main {
  padding: 10vh 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}
main h2 {
  font-size: 22px;
  margin: 15px 0;
  font-weight: bold;
}
main h3 {
  font-size: 20px;
  margin-bottom: 5px;
}/*# sourceMappingURL=style.css.map */