.stamp {
  background-color: #fff;
  color: #4d4d4d;
}
.stamp__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
.stamp__inner .h1 {
  font-size: 28px;
  margin-bottom: 15px;
}
.stamp__item {
  padding: 20px;
  display: none;
}
.stamp__item.on {
  display: block;
}
.stamp__img {
  margin-bottom: 20px;
}
.stamp__txt {
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=stamp.css.map */