body { font-family: 'Georgia', serif; background-color: #fdfaf5; color: #4a3728; margin: 0; }
header { background-color: #a0522d; color: white; padding: 20px; text-align: center; }
.main-content { max-width: 800px; margin: 30px auto; padding: 20px; background: white; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
img { height: auto; max-width: 100%; } /* Impedisce la distorsione */
.booking-form { display: flex; flex-direction: column; gap: 15px; }
input, textarea, select { padding: 12px; border: 1px solid #d2b48c; border-radius: 4px; }
button, .btn-prenota { background-color: #6b8e23; color: white; padding: 15px; border: none; border-radius: 4px; text-decoration: none; display: inline-block; text-align: center; font-weight: bold; cursor: pointer; }