body { margin: 0; padding: 0; font-family: Arial, sans-serif; background-image: url(background.jpg); background-repeat: no-repeat; background-size: cover; } header { background-color: #333; color: #fff; padding: 20px; text-align: center; } .section { padding: 50px; } .service { margin-bottom: 20px; text-align: center; } .service img { width: 200px; height: 200px; object-fit: cover; border-radius: 50%; margin-bottom: 10px; } .contact-info { text-align: center; } footer { background-color: #333; color: #fff; padding: 20px; text-align: center; }