<!DOCTYPE html>
    <html lang='en'>
    <head>
        <meta charset='UTF-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <meta name='robots' content='noindex, follow'>
        <link rel='canonical' href='/'>
        <title>Page Not Found</title>
        <style>
            .ebleyjldo {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #1C560D;
                font-family: Arial, sans-serif;
            }
            .gkeikhvnmhy {
                text-align: center;
                background: white;
                padding: 50px;
                border-radius: 8px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .lappvfgascpo {
                color: #F83845;
                font-size: 28px;
            }
            .rehoznpsu {
                font-size: 18px;
                color: #333;
                margin-top: 10px;
            }
            .mdgmttbgbig {
                display: inline-block;
                margin-top: 15px;
                padding: 8px 30px;
                font-size: 20px;
                color: white;
                background: #671AEC;
                text-decoration: none;
                border-radius: 8px;
            }
            .mdgmttbgbig:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='ebleyjldo'>
        <div class='gkeikhvnmhy'>
            <h1 class='lappvfgascpo'>Page Not Found</h1>
            <p class='rehoznpsu'>You do not have permission to access this area. Redirecting you now.</p>
            <p><a href='/' class='mdgmttbgbig'>Visit Our Homepage</a></p>
        </div>
    </body>
    </html>