<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404</title>

    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Maven+Pro:400,900">
    <link rel="stylesheet" href="/css/error-5d61886dd3d593dfc620b047e769b973.css">
</head>
<body>
    <div id="notfound">
        <div class="notfound">
            <div class="notfound-404">
                <h1>404</h1>
            </div>
            <h2>We are sorry, Page not found!</h2>
            <p>The page you are looking for cannot be found.</p>    
            <p>It may have been removed, name might have changed or is temporarily unavailable.</p>
            <a href="/">Home</a>

            <div style="margin-top: 50px; padding: 20px; border-top: 1px solid #eee;">
                <h3>Report a Bug</h3>
                <p>Found something broken? Let us know!</p>
                <form action="/reportBug" method="post">
                    <input type="email" name="userEmail" placeholder="Your Email (Optional)" style="width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 5px;">
                    <textarea name="bugMessage" placeholder="Describe the issue..." required style="width: 100%; height: 100px; padding: 10px; border: 1px solid #ccc; border-radius: 5px;"></textarea>
                    <button type="submit" style="margin-top: 10px; padding: 10px 20px; background-color: #007bff; color: white; border: none; border-radius: 5px; cursor: pointer;">Send Report</button>
                </form>
            </div>
        </div>
    </div>
</body>
</html>
