body {
  margin: 0;
  font-family: 'Crimson Pro', serif;
  background-color: #f5f1ea;
  background-image: url('seamless_background_tile.png');
  background-repeat: repeat;
  background-size: auto;
  color: #3b2d1f;
  text-align: center;
  padding: 2rem;
}

.container {
  max-width: 800px;
  margin: auto;
}

.logo {
  width: 80px;
  margin-bottom: 1rem;
}

header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 2rem;
  color: #7d6043;
}

.hero-image {
  width: 100%;
  max-width: 600px;
  border: 4px double #3b2d1f;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.intro,
.philosophy,
.note {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

footer {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #999;
}


