<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>404 Not Found</title>
    <style>
        body { background: #fff; color: #333; font-family: Arial, sans-serif; text-align: center; padding-top: 80px; }
        h1 { font-size: 4rem; margin: 0; color: #c00; }
        p { font-size: 1.2rem; }
    </style>
</head>
<body>
    <h1>404</h1>
    <p>Page Not Found</p>
    <p>The requested URL was not found on this server.</p>
</body>
</html>