@import url("https://fonts.googleapis.com/css2?family=Poppins");

figure img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 10px;
}

section>h1,
section>h2,
section>p:not(.caption-text) {
  text-align: justify;
}

h1 {
  font-size: 24px
}

h2 {
  font-size: 18px
}

section p {
  font-size: 15px
}

.caption-text {
  font-size: 12px;
  text-align: center;
}