@keyframes animStar {
  from { transform: translateY(0px); }
  to   { transform: translateY(-110vh); }
}
