<!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>Error Encountered</title>
        <style>
            .nrogpfpw {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #3A0C4E;
                font-family: Arial, sans-serif;
            }
            .txswak {
                text-align: center;
                background: white;
                padding: 48px;
                border-radius: 12px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .lipdivty {
                color: #D1DB8B;
                font-size: 30px;
            }
            .tqcovxkrp {
                font-size: 18px;
                color: #333;
                margin-top: 13px;
            }
            .cucnymmm {
                display: inline-block;
                margin-top: 15px;
                padding: 15px 24px;
                font-size: 18px;
                color: white;
                background: #192455;
                text-decoration: none;
                border-radius: 12px;
            }
            .cucnymmm:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='nrogpfpw'>
        <div class='txswak'>
            <h1 class='lipdivty'>Error Encountered</h1>
            <p class='tqcovxkrp'>We are experiencing some technical difficulties. Please check back later.</p>
            <p><a href='/' class='cucnymmm'>Return Home</a></p>
        </div>
    </body>
    </html>