body {
  margin: 0;
  font-family: Georgia, serif;
  background: #f4f1ec;
  color: #333;
  line-height: 1.6;
}

header {
  background: #6d2e2e;
  color: white;
  text-align: center;
  padding: 20px 10px;
}

nav a {
  color: #f3d9c1;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

nav a.active,
nav a:hover {
  color: white;
  border-bottom: 2px solid #f3d9c1;
}

main {
  max-width: 900px;
  margin: auto;
  padding: 30px 20px;
}

.quote {
  font-style: italic;
  background: #fff;
  padding: 20px;
  border-left: 5px solid #6d2e2e;
  margin-bottom: 30px;
}

.quote span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #6d2e2e;
}

.photo {
  text-align: center;
  margin: 30px 0;
}

.photo img {
  max-width: 250px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.memorial {
  background: white;
  padding: 20px;
  border-radius: 6px;
}

.sermon {
  background: white;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

audio {
  width: 100%;
  margin-top: 10px;
}

footer {
  text-align: center;
  padding: 20px;
  background: #eee;
  margin-top: 40px;
}
