
        body {
            background: transparent; /* Iframe ke andar fit hone ke liye */
            overflow: hidden;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        /* Visitor count ka look modern banane ke liye */
        #lblVisitorCount {
            font-family: sans-serif;
            font-weight: bold;
            color: #856404; /* Text color */
            background: #fff3cd; /* Background color (black) */
            padding: 5px 15px;
            border-radius: 5px;
            font-size: 1.2rem;
            display: inline-block;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
            border: 1px solid #ffeeba; /* Warning yellow border matching the theme */
        }
    