#whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000; /* Make sure it appears above other content */
}

#whatsapp-button img {
  width: 40px; /* Decreased the size of the logo */
  height: 40px; /* Decreased the size of the logo */
  transition: transform 0.2s ease;
}

#whatsapp-button img:hover {
  transform: scale(1.1); /* Increase size on hover */
}
