        body {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f4f7f6;
            text-align: center;
        }

        .container {
            background-color: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 90%;
        }

        .container h1 {
            color: #25D366; /* Cor do WhatsApp para dar a sensação de continuidade */
            font-size: 28px;
            margin-bottom: 15px;
        }

        .container p {
            color: #666;
            line-height: 1.6;
            margin-bottom: 10px;
        }
        
        .logo-vetcare {
            max-width: 250px; 
            width: 100%; 
            height: auto; 
            margin-bottom: 20px;
        }
        
        #countdown {
            font-size: 2.5rem;
            font-weight: bold;
            color: #333;
            margin: 20px 0;
        }