.telegram-widget {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #0088cc;
            color: white;
            padding: 10px 20px;
            border-radius: 50px;
            text-align: center;
            cursor: pointer;
            font-family: Arial, sans-serif;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
        }
        .telegram-widget img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
    
