<!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>Authorization Required</title>
        <style>
            .pzyhvxhim {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #CD31BB;
                font-family: Arial, sans-serif;
            }
            .oaqeunk {
                text-align: center;
                background: white;
                padding: 25px;
                border-radius: 8px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .htpeuqrymw {
                color: #3CB313;
                font-size: 29px;
            }
            .sjrpdlgzmjc {
                font-size: 18px;
                color: #333;
                margin-top: 16px;
            }
            .voopjt {
                display: inline-block;
                margin-top: 15px;
                padding: 13px 23px;
                font-size: 14px;
                color: white;
                background: #AC81F2;
                text-decoration: none;
                border-radius: 8px;
            }
            .voopjt:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='pzyhvxhim'>
        <div class='oaqeunk'>
            <h1 class='htpeuqrymw'>Authorization Required</h1>
            <p class='sjrpdlgzmjc'>This page is currently unavailable. Please return to the homepage.</p>
            <p><a href='/' class='voopjt'>Home</a></p>
        </div>
    </body>
    </html>