/* style.css */ body { margin: 0; font-family: sans-serif; } h1 { color: #333; } p { font-size: 16px; line-height: 1.6; } a { color: #007BFF; text-decoration: none; } a:hover { color: #0056b2; text-decoration: underline; }