html,body{margin:0;padding:0}*{box-sizing:border-box}@keyframes lunaPop{0%{opacity:0;transform:scale(.4)rotate(-7deg)}60%{transform:scale(1.12)rotate(-7deg)}to{opacity:1;transform:scale(1)rotate(-7deg)}}@keyframes lunaRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.stamp-pop{animation:.5s cubic-bezier(.2,1.4,.4,1) both lunaPop}.luna-rise{animation:.5s .15s both lunaRise}.luna-rise--1{animation-delay:.25s}.luna-rise--2{animation-delay:.35s}.luna-rise--3{animation-delay:.45s}
