body { font-family: Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; } header { background: #333; color: #fff; padding: 10px 0; } header h1 { text-align: center; margin: 0; } header nav ul { display: flex; justify-content: center; list-style: none; padding: 0; } header nav ul li { margin: 0 15px; } header nav ul li a { color: white; text-decoration: none; font-weight: bold; } .hero { background: url('images/placeholder1.jpg') no-repeat center center/cover; height: 300px; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .service { margin-bottom: 20px; text-align: center; } .service img { max-width: 100%; height: auto; margin-bottom: 10px; } form label { display: block; margin: 10px 0 5px; } form input, form textarea, form button { width: 100%; padding: 10px; margin-bottom: 10px; } form button { background: #333; color: #fff; border: none; cursor: pointer; } footer { background: #333; color: #fff; text-align: center; padding: 10px 0; } footer a { color: #fff; text-decoration: none; }