#voice-float-btn {
  transition: opacity 0.3s ease, transform 0.2s ease;
}
#voice-float-btn:active {
  transform: scale(0.9);
}
