body {
  margin: 0;
  font-family: 'Georgia', serif;
  background: linear-gradient(to bottom, #f8f5f0, #eae2d8);
  color: #333;
}
.banner {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.navbar {
  display: flex;
  justify-content: center;
  background-color: #d8c3a5;
  padding: 10px;
  list-style: none;
}
.navbar li {
  margin: 0 15px;
}
.navbar a {
  text-decoration: none;
  color: #4b3832;
  font-weight: bold;
}
.hero {
  text-align: center;
  padding: 50px;
}
.btn {
  background-color: #8e8d8a;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
footer {
  background-color: #d8c3a5;
  text-align: center;
  padding: 20px;
}
