.element:hover {
  color: #00CABF; 
  background-color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  transform: scale(1.02); 
}