.featuring {
  color: #fff;
  text-shadow: 2px 2px #000;
  background-color: #c4458a;
  font-size: 1.5rem;
  font-weight: 500;
  transform: rotate(4deg);
  padding: 0 1rem;
  width: max-content;
  margin: 1rem 0 1rem auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.credits {
  opacity: 0.8;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
}
