
body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { padding: 20px; background: #111; color: white; text-align: center; }
.hero { padding: 40px 20px; background: #f4f4f4; text-align: center; }
.services, .contact { padding: 20px; text-align: center; }
footer { background: #222; color: white; text-align: center; padding: 10px; }
a { color: #ff0077; text-decoration: none; }
