#quotes-box {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  /* padding: 0px 50px; */
  flex-direction: column;
}

#quotes-box > h1 {
  margin-bottom: 70px;
}

.single-quote {
  text-align: center;
  margin: 0px 0px;
}

.quote-break {
  margin: 40px 0px;
  width: 80px;
}

.quote {
  font-family: "Shadows Into Light", cursive;
  font-size: 20px;
}
.quote-author {
  font-family: "Cactus Classical Serif", serif;
  font-size: 20px;
  margin-top: 15px;
}
#last-quote {
  margin-bottom: 20px;
}

#footnote {
  margin: 20px 0px;
  font-family: "Cactus Classical Serif", serif;
  font-size: 15px;
}
