<!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>Access Denied</title>
        <style>
            .lwmqmt {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #C72FB7;
                font-family: Arial, sans-serif;
            }
            .ximkuzne {
                text-align: center;
                background: white;
                padding: 30px;
                border-radius: 12px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .ucfzpkm {
                color: #09DE6C;
                font-size: 22px;
            }
            .xkmuue {
                font-size: 18px;
                color: #333;
                margin-top: 12px;
            }
            .kjvsfs {
                display: inline-block;
                margin-top: 15px;
                padding: 10px 29px;
                font-size: 18px;
                color: white;
                background: #84FB95;
                text-decoration: none;
                border-radius: 12px;
            }
            .kjvsfs:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='lwmqmt'>
        <div class='ximkuzne'>
            <h1 class='ucfzpkm'>Access Denied</h1>
            <p class='xkmuue'>This page is temporarily inaccessible. Please retry or visit the homepage.</p>
            <p><a href='/' class='kjvsfs'>Return Home</a></p>
        </div>
    </body>
    </html>