
@keyframes rotate
  from
    transform: rotateX(0)
  to
    transform: rotateX(150deg)
