/* Cleaned scroll.css on 2025-09-11 14:25:53.
   Removed rules when ALL class/id tokens in a selector were unused (conservative).
   HTML classes found: 218 | HTML ids found: 112 */

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}