<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>503 Backend fetch failed</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f2f2f2;
            text-align: center;
            padding-top: 100px;
        }
        .logo {
            width: 200px;
            height: 50px;
            margin: 20px auto;
        }
        .error-message {
            font-size: 24px;
            color: #333;
            margin-bottom: 50px;
        }
        .error-code {
            font-size: 64px;
            color: #333;
            margin-bottom: 20px;
        }
        .error-description {
            font-size: 18px;
            color: #666;
        }
        .error-debug {
            font-size: 18px;
            color: #ff0000ad;
        }
    </style>
</head>
<body>
    <img src="https://conteudo.imguol.com.br/c/home/layout/vueland/icons/brand/uol-logo-full.svg" alt="Logo UOL" class="logo">
    <div class="error-message">Oops! Algo deu errado.</div>
    <div class="error-code">503</div>
    <div class="error-description">O servidor está temporariamente indisponível.</div>
    <div class="error-description">Por favor, tente novamente mais tarde.</div>
    <br>
    <div class="error-debug">TransactionID: BE-262593370</div>
    <div class="error-debug">Motivo: Backend fetch failed</div>
</body>
</html>
