body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f7f3f0;
}

header {
  background: #3e2c21;
  color: white;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}

.intro {
  padding: 20px;
  text-align: center;
}

.intro img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.mission {
  background: #5c3027;
  color: white;
  padding: 20px;
  text-align: center;
}

.products {
  padding: 20px;
}

.product {
  margin-bottom: 30px;
  background: white;
  padding: 15px;
  border-radius: 10px;
}

.product img {
  width: 100%;
  max-width: 300px;
}

button {
  background: #3e2c21;
  color: white;
  padding: 10px 20px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}

..our-story {
  padding: 40px;
  max-width: 900px;
  margin: auto;
  background-color: #fffdf6;
  font-size: 18px;
  line-height: 1.8;
  color: #043525;
}
.our-story h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #3e2f1c;
  text-align: center;
}

.products h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

