body
{
font-family: montserrat;
}
.shentawpimg
{
position: fixed;
left: 0;
bottom: 0;
margin: 20px;
width: 45px;
height: 45px;
transition: all .6s;
object-fit: cover;
border-radius: 12px;
z-index: 9999;
}
.shentawpimg:hover
{
width: 58px;
height: 58px;
}
.bildir
{
background: green;
border-radius: 8px;
padding: 5px 25px;
}