/* Landscape phones and down */
/* Landscape phone to portrait tablet */
/* Portrait tablet to landscape and desktop */
/* Large desktop */
.showcase {
  grid-area: showcase;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
.showcase .showcase-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem;
  padding-bottom: 1.5rem;
}
.showcase .showcase-article img {
  height: 600px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .showcase .showcase-article img {
    height: 300px;
  }
}
.showcase .showcase-article .appellation {
  justify-items: center;
  margin: 1rem;
}
.showcase .showcase-article .appellation h2 {
  margin: 0;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .showcase .showcase-article .appellation {
    text-align: center;
  }
  .showcase .showcase-article .appellation h2 {
    font-size: 3rem;
  }
  .showcase .showcase-article .appellation h3 {
    font-size: 2rem;
  }
}
.showcase .showcase-article .emoji {
  font-size: 4rem;
  margin: 3rem;
}
.showcase .showcase-article .citation {
  justify-items: center;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .showcase .showcase-article .citation {
    text-align: center;
  }
}
.showcase .showcase-article .citation p {
  margin: 0.5rem;
}
.showcase .showcase-article .citation i {
  color: var(--dark);
}
.showcase .showcase-article .presentation {
  max-width: 650px;
  margin-bottom: 5rem;
  justify-items: center;
}
.showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: url(../img/iris.jpg) no-repeat center/cover;
  z-index: -10;
}

/*# sourceMappingURL=index.css.map */
