body {
  font-size: 1rem;
  font-family: "catamaran", "sans-serif";
  font-weight: 400;
}

.crfstory-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  background-color: #421f5d;
  padding: 2% 0;
  width: 100%;
}

.crfstory-container h1 {
  font-size: 5rem;
  color: #e8b6ff;
  text-align: center;
}

/* .crfstory-container p {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
} */

.story-img img {
  border-radius: 15px;
  width: 100%;
}

.story-text {
  color: white;
  font-size: 1.5rem;
  padding: 2rem 2rem;
  text-align: justify;
}

.story-text:nth-of-type(2) {
  padding-top: 1.5rem;
}

.story-text :nth-of-type(10) {
  padding-top: 1.5rem;
}

.story-text p {
  margin-bottom: 1.5rem;
}

.story-pullquote {
  margin: 2rem 0;
}

.pullquote {
  border-top: 4px double #e6b4fd;
  border-bottom: 4px double #e6b4fd;
  color: #e6b4fd;
  font-weight: 800;
  font-style: italic;
  padding: 1rem;
  width: 100%;
}

.story-signature {
  text-align: center;
  font-size: 1.5rem;
  color: white;
  padding-bottom: 4rem;
}

.story-bottom-bar hr {
  padding: 4rem auto 0 auto;
  border-top: 1rem double #e6b4fd;
  border-radius: 0.8rem;
  background-color: #421f5d;
}
