   body {
            background: linear-gradient(135deg, #0f172a, #1e293b);
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .card {
            border: none;
            border-radius: 20px;
        }

        .pergunta {
            min-height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            font-weight: 500;
            text-align: center;
        }
        
        .pergunta {
    transition: all .3s ease;
}

        .contador {
            font-size: 0.95rem;
            color: #6c757d;
        }