.grow-in{animation:growIn 1s ease}.create{cursor:pointer}@keyframes growIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:100%}}