@keyframes totopscroller { 
  0% { transform: translateY(0px); }
  100% { transform: translateY(-20px); }
}