/* This is a sample CSS file for a news website. It contains styles for the article and its components. */body { margin: 0; font-family: Arial, sans-serif; }article { max-width: 800px; margin: auto; padding: 20px; background-color: #f9f9f9; }h1 { color: #333; }p { font-size: 16px; line-height: 1.6; }