.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 50px;
    background-color: green !important; 
  }
 
  
  .floating-button img {
    width: 32px; 
    height: 32px;
  }
 
