@keyframes story-progress {
  from { width: 0%; }
  to { width: 100%; }
}

.animate-story-progress {
  animation: story-progress linear forwards;
}

