body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f6f1e8;
  color: #333;
}

.hero {
  text-align: center;
  padding: 60px 20px;
  background: #3b2f2f;
  color: white;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  background: #d4a373;
  color: white;
  text-decoration: none;
  border-radius: 6px;
}

.info {
  padding: 20px;
  text-align: center;
}

.topbar {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #3b2f2f;
  color: white;
}

.topbar a {
  color: white;
  text-decoration: none;
}

.menu-section {
  padding: 20px;
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  background: white;
  padding: 12px;
  border-radius: 6px;
}