/* styles.css */ body { margin: 0; font-family: Arial, sans-serif; } header { background-color: #333; color: white; padding: 15px 0; text-align: center; } section { padding: 20px; } footer { background-color: #222; color: white; padding: 10px 0; text-align: center; }