main {
  padding: 10vh 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: none;
}
main h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: bold;
}
main .div-mes {
  width: 80vw;
  margin-bottom: 30px;
  text-align: center;
}
main .div-mes div {
  margin-bottom: 25px;
}
main h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
main h3 {
  font-size: 16px;
  margin: 20px 0 5px;
  font-weight: bold;
}
main h4 {
  font-size: 22px;
}
main img {
  width: 250px;
  height: 300px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid black;
}/*# sourceMappingURL=style.css.map */