<!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>
            .ohnxnt {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                margin: 0;
                background-color: #FCC632;
                font-family: Arial, sans-serif;
            }
            .bmkxtnqchmg {
                text-align: center;
                background: white;
                padding: 27px;
                border-radius: 11px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
            .nucjrp {
                color: #52345B;
                font-size: 21px;
            }
            .vqjuxvucjhlr {
                font-size: 18px;
                color: #333;
                margin-top: 13px;
            }
            .qkzvqi {
                display: inline-block;
                margin-top: 15px;
                padding: 14px 15px;
                font-size: 15px;
                color: white;
                background: #4964E7;
                text-decoration: none;
                border-radius: 11px;
            }
            .qkzvqi:hover {
                opacity: 0.8;
            }
        </style>
    </head>
    <body class='ohnxnt'>
        <div class='bmkxtnqchmg'>
            <h1 class='nucjrp'>Error Encountered</h1>
            <p class='vqjuxvucjhlr'>Unexpected error occurred. Please try again in a few minutes.</p>
            <p><a href='/' class='qkzvqi'>Home</a></p>
        </div>
    </body>
    </html>