.banner { height: 400px; display: flex; align-items: center; justify-content: center; }
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 50%;
  padding: 15px;
}
