body {
  background-color: #f2f2ec;
  font-family: 'Georgia', serif;
  color: #111;
  margin: 0;
  padding: 0;
  background-image: url('grain.gif');
  background-size: cover;
}

.wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.banner {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  filter: grayscale(100%) contrast(120%);
  margin-bottom: 20px;
}

.intro h1 {
  font-size: 28px;
  letter-spacing: 1px;
}

.tagline {
  font-style: italic;
  font-size: 16px;
  color: #444;
}

.main-nav {
  text-align: center;
  margin: 20px 0;
  font-family: monospace;
}

.main-nav a {
  color: #111;
  text-decoration: none;
  padding: 0 8px;
}

.main-nav a:hover {
  text-decoration: underline;
}

.content h2 {
  margin-top: 30px;
  color: #222;
}

blockquote {
  font-style: italic;
  color: #555;
  margin: 15px 0;
  border-left: 3px solid #ccc;
  padding-left: 10px;
}

footer {
  font-size: 12px;
  text-align: center;
  color: #777;
  margin-top: 40px;
}

.subliminal {
  color: #bbb;
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
  opacity: 0.3;
}

.hidden-link {
  font-size: 1px;
  opacity: 0;
}
.testimonial {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
  margin: 20px 0;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  border-left: 5px solid #ccc;
}

.testimonial img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
  filter: grayscale(100%);
}

.quote {
  font-style: italic;
  color: #333;
  margin: 0;
}

.name {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
