.whatsapp-floating-button{
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}