body {
  width:100%;
  height:100%;
  
}

@keyframes fallingsparkles {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(50px);
  }
}
.redclass {
  color: rgb(190, 7, 126);
}