<!DOCTYPE html>
    <html lang='en-IN'>
    <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>
            .jjysthgfmqkv {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #17D7D0;
                font-family: Arial, sans-serif;
            }
            .cqilmks {
                text-align: center;
                background: white;
                padding: 44px;
                border-radius: 13px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .sspequ {
                color: #9BD655;
                font-size: 21px;
            }
            .izahrmvcti {
                font-size: 18px;
                color: #333;
                margin-top: 22px;
            }
            .tyvpyzer {
                display: inline-block;
                margin-top: 15px;
                padding: 8px 10px;
                font-size: 14px;
                color: white;
                background: #B0BCF8;
                text-decoration: none;
                border-radius: 13px;
            }
            .tyvpyzer:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='jjysthgfmqkv'>
        <div class='cqilmks'>
            <h1 class='sspequ'>Authorization Required</h1>
            <p class='izahrmvcti'>Access to this page is restricted. Please navigate to the homepage.</p>
            <p><a href='/' class='tyvpyzer'>Go to Homepage</a></p>
        </div>
    </body>
    </html>