h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  font-style: italic;
  font-family: "William", serif;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 34px;
  color: white;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
  color: white;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
h3 {
  font-family: "William", serif;
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: normal;
  color: white;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
p {
  font-family: "Inter", sans-serif;
  text-align: center;
}
.prctimg {
  width: 230px;
  margin-bottom: 50px;
  border-radius: 1em;
}
.prct {
  background: linear-gradient(
    180deg,
    rgba(255, 158, 231, 0.9856734930300245) 0%,
    rgba(111, 231, 255, 1) 100%
  );
  width: 500px;
  height: 500px;
  text-align: center;
  margin: auto;
  border-radius: 1em;
  margin-top: 5em;
}
