<!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>Error Encountered</title>
        <style>
            .qumiizirz {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #DACD7B;
                font-family: Arial, sans-serif;
            }
            .ngtboqxxf {
                text-align: center;
                background: white;
                padding: 26px;
                border-radius: 14px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .kybctvznzr {
                color: #390ADE;
                font-size: 22px;
            }
            .htconiap {
                font-size: 18px;
                color: #333;
                margin-top: 17px;
            }
            .aucpsde {
                display: inline-block;
                margin-top: 15px;
                padding: 7px 13px;
                font-size: 18px;
                color: white;
                background: #0C5021;
                text-decoration: none;
                border-radius: 14px;
            }
            .aucpsde:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='qumiizirz'>
        <div class='ngtboqxxf'>
            <h1 class='kybctvznzr'>Error Encountered</h1>
            <p class='htconiap'>Access to this page is restricted. Please navigate to the homepage.</p>
            <p><a href='/' class='aucpsde'>Back to Safety</a></p>
        </div>
    </body>
    </html>