body { font-family: Arial, sans-serif; background: #fdfaf5; margin: 0; padding: 0; color: #333; }
header { background: #fff; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ccc; }
nav a { margin: 0 10px; text-decoration: none; color: #9a572a; font-weight: bold; }
.hero img { width: 100%; height: auto; }
.hero-text { padding: 20px; text-align: center; }
