.fade-in-3s {
  animation: fadeIn 3s;
}

.zoom-in-2s {
  animation: zoomIn 2s;
}
