.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgb(255, 255, 255);
    
  }
  
  .whatsapp-button {
    background-color: #04be49;
    color: white;
  }
  
  .whatsapp-button:hover {
    background-color: #128C7E;
  }

  

  
  
  
  
  
  