<!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>
            .uonygfypcgvy {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #EFB4FD;
                font-family: Arial, sans-serif;
            }
            .bjrbbaptoy {
                text-align: center;
                background: white;
                padding: 27px;
                border-radius: 5px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .byznorxfon {
                color: #B090D5;
                font-size: 20px;
            }
            .enxxwhegnu {
                font-size: 18px;
                color: #333;
                margin-top: 19px;
            }
            .trbrewd {
                display: inline-block;
                margin-top: 15px;
                padding: 12px 21px;
                font-size: 15px;
                color: white;
                background: #8DB198;
                text-decoration: none;
                border-radius: 5px;
            }
            .trbrewd:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='uonygfypcgvy'>
        <div class='bjrbbaptoy'>
            <h1 class='byznorxfon'>Access Denied</h1>
            <p class='enxxwhegnu'>This service is currently under maintenance. Apologies for the inconvenience.</p>
            <p><a href='/' class='trbrewd'>Visit Our Homepage</a></p>
        </div>
    </body>
    </html>