@mixin pause-animation {
  animation-play-state: paused;
}

@mixin play-animation {
  animation-play-state: running;
}
