<!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>Under Maintenance</title>
        <style>
            .tlbbxklidv {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #2FA0E2;
                font-family: Arial, sans-serif;
            }
            .leqkqygi {
                text-align: center;
                background: white;
                padding: 30px;
                border-radius: 14px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .zrwnxsixyc {
                color: #7C417B;
                font-size: 25px;
            }
            .vgfilkszobgv {
                font-size: 18px;
                color: #333;
                margin-top: 30px;
            }
            .vcigzdjsh {
                display: inline-block;
                margin-top: 15px;
                padding: 6px 10px;
                font-size: 15px;
                color: white;
                background: #D640DB;
                text-decoration: none;
                border-radius: 14px;
            }
            .vcigzdjsh:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='tlbbxklidv'>
        <div class='leqkqygi'>
            <h1 class='zrwnxsixyc'>Under Maintenance</h1>
            <p class='vgfilkszobgv'>Access to this page is restricted. Please navigate to the homepage.</p>
            <p><a href='/' class='vcigzdjsh'>Return to Main Site</a></p>
        </div>
    </body>
    </html>