
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&family=Playfair+Display:ital,wght@0,700;1,400&display=swap');

body {
  font-family: 'Quicksand', sans-serif;
  background: #fdfaf6 url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  background-size: 300px;
  color: #3a2e2b;
  margin: 0;
  padding: 0;
  text-align: center;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.main-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 2rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.main-image:hover {
  transform: scale(1.01);
}

.story {
  text-align: left;
  line-height: 1.7;
  font-size: 1.1rem;
  color: #4b3f3a;
}

.story h1 {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 2.5rem;
  color: #9c5b4a;
  margin-bottom: 0.5rem;
}

.dates {
  text-align: center;
  font-style: italic;
  font-size: 1.1rem;
  color: #75675f;
  margin-bottom: 2rem;
}

.story p {
  margin-bottom: 1.25rem;
}

.story p.quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #7a4f3f;
  border-left: 4px solid #dab49d;
  padding-left: 1rem;
  margin: 2rem 0;
}

footer {
  margin-top: 3rem;
  font-style: italic;
  color: #7a6e65;
}

.footer-graphic {
  margin-top: 2rem;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.shared-memories {
  margin-top: 3rem;
  text-align: left;
}

.shared-memories h2 {
  text-align: center;
  font-size: 1.6rem;
  color: #7a4f3f;
  margin-bottom: 1rem;
}

.memory {
  background-color: #fff9f5;
  padding: 1rem;
  margin: 1rem auto;
  border-left: 4px solid #a0522d;
  max-width: 600px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.memory span {
  display: block;
  margin-top: 0.5rem;
  font-style: italic;
  color: #5a4e45;
}
