/* *****************************************************

** Custom Stylesheet **

Any custom styling you want to apply should be
defined here.

***************************************************** */
.telegram-icon {
position: fixed;
bottom: 100px;
right: 20px;
width: 48px;
height: 48px;
z-index: 1000;
}

.telegram-icon img {
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: transform 0.3s;
}