
body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
header { background: #14213d; color: white; padding: 15px; text-align: center; display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 20px; font-weight: bold; }
.brochure-btn { background: #fca311; padding: 10px 20px; color: white; text-decoration: none; border-radius: 5px; }
.hero { background: #e5e5e5; padding: 40px 20px; text-align: center; }
.hero h1 { margin-bottom: 10px; font-size: 26px; }
.hero p { font-size: 16px; }
.amenities { background: #fff; padding: 20px; }
.amenities h2 { text-align: center; margin-bottom: 20px; }
.amenities ul { columns: 2; list-style: disc inside; font-size: 14px; }
.contact { background: #fca311; color: white; padding: 20px; text-align: center; }
.contact a { color: white; text-decoration: underline; }
footer { background: #14213d; color: white; text-align: center; padding: 10px; }
