.daily-quote-title {
  width: 100%;
  height: 10%;
  text-decoration: double underline;
}

.pages-container {
  width: 99.5%;
  height: 90%;
  display: flex;
  gap: 2rem;
  /* border-style: solid;
  border-color: #b11515; */
}

.photo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.photo {
  margin: 1rem;
  margin: 0.5rem;
  border-style: solid;
  border-color: #df3669;
  border-radius: 0.5rem;
}

.footer {
  font-style: italic;
  font-size: larger;
  text-decoration: underline;
  font-family: "Playwrite GB S", cursive;
}
