/* This is a sample style.css file for demonstration purposes. It contains some basic CSS code that could be used in a real application. */body { margin: 0; padding: 0; font-family: Arial, sans-serif; }h1 { color: #333; }p { font-size: 16px; line-height: 24px; }a { color: #007BFF; text-decoration: none; }a:hover { color: #0056b3; }