#chatButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #56A62E;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1000;
}

#chatButton:hover {
  background-color: #4C9228;
}
