.score-main{scale:1;animation-name:bounceOut;animation-duration:.4s;animation-delay:1s;animation-timing-function:cubic-bezier(.075,.82,.165,1);animation-iteration-count:1}.score-add{scale:1;animation-name:fadeUp;animation-duration:.35s;animation-delay:.8s;animation-timing-function:ease-out;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes bounceOut{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes fadeUp{0%{opacity:1}to{opacity:0;transform:translateY(-4rem)}}