/* This is a sample style.css file. It contains some basic CSS rules for a web page. */body { margin: 0; padding: 0; }h1 { color: #333; font-size: 24px; }p { font-size: 16px; line-height: 1.5; }a { color: #007bff; text-decoration: none; }a:hover { color: #0056b2; }