.rightWrongBox{position:fixed;top:0;right:0;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:end}.rightWrongBox img{animation:trueFalseIn .3s linear;transform:scale(1)}@keyframes trueFalseIn{0%{transform:scale(0)}to{transform:scale(1)}}