/* This only changes this particular animation duration */
.animate__backInRight {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 999ms;
  --animate-delay: 1s;
}
.animate__backInLeft {
  --animate-duration: 1.5s;
}
.animate__fadeInTopLeft {
  --animate-duration: 2s;
}
/* This changes all the animations globally */
:root {
  --animate-duration: 999ms;
  --animate-delay: 1s;
}
.animate__hinge {
  --animate-duration: 1s;
}
.animate__zoomInDown {
  --animate-duration: 2s;
}
.animate__heartBeat {
  --animate-duration: 2s;
}
