/* style.css */ /* This is a CSS file for the project. It contains styles for various elements. */ body { margin: 0; font-family: Arial, sans-serif; } header { background-color: #4CAF7C; color: white; padding: 10px 0; text-align: center; } .header-title { font-size: 24px; margin-top: 0; } .container { padding: 20px; } .item { margin-bottom: 20px; } .item h3 { margin-top: 0; } .item p { color: #666; } .footer { clear: both; margin-top: 20px; padding: 10px; background-color: #f2f2f2; font-size: 14px; color: #333; }