.floating-iframe {
position: fixed; /* Makes the element fixed in the viewport */
bottom: 20px; /* Distance from the bottom edge */
right: 20px; /* Distance from the right edge */
z-index: 1000; /* Ensure the iframe stays on top of other content */
}