
body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
header { background: #002d48; color: white; padding: 20px; text-align: center; }
nav a { color: white; margin: 0 15px; text-decoration: none; }
main { padding: 20px; text-align: center; }
.hero { width: 100%; max-height: 400px; object-fit: cover; margin-bottom: 20px; }
.cta-button { display: inline-block; margin-top: 20px; background: #006699; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; }
footer { background: #f2f2f2; text-align: center; padding: 10px; margin-top: 40px; }
