
@keyframes animate {
  from {
    transform: rotateX(0)
  }
  to {
    transform: rotateX(150deg)
  }
}
