#floatingElement {
position: fixed;
bottom: 20px;
right: 20px;
padding: 15px;
color: white;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: space-between;
width: 250px;
z-index: 9999; 
}
#floatingElement img {
width: 30px; 
height: 30px;
margin-right: 10px;
}
#floatingElement .text {
flex-grow: 1;
}
#floatingElement2 {
position: fixed;
bottom: 20px;
left: 20px;
padding: 15px;
color: white;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: space-between;
width: 270px;
z-index: 9999; 
}
#floatingElement2 img {
width: 30px; 
height: 30px;
margin-right: 10px;
}
#floatingElement2 .text {
flex-grow: 1;
}