#whatsappIcon {
  width: 90px; 
  height: 90px; 
  position: fixed; 
  background: #34F230; 
  box-shadow: 0px 14px 20px -8px rgba(0, 14.88, 5.08, 0.45); 
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999;
  text-decoration: none !important;
  border: none;
  outline: none;
}

#whatsappIcon:hover {
  text-decoration: none !important;
  border: none;
  outline: none;
}

#whatsappIcon i { 
  color: #FFFFFF; 
  font-size: 50px;  
  font-weight: 300; 
  line-height: 16px;
}