.button-export {
  transition: transform 0.2s ease-in-out;
}
.button-export:hover {
  transform: scale(1.1);
}