.bouncingball{width:50px;height:50px;border-radius:100%;background:#eee;background-image:url(/img/ball.6ec8e00b.png);background-size:100% 100%;animation:bounce 1s;transform:translateY(0);animation-iteration-count:infinite;position:absolute;margin-left:125px;margin-top:10px}@keyframes bounce{0%{top:0;-webkit-animation-timing-function:ease-in}50%{top:50px;height:50px;background-size:100% 100%;-webkit-animation-timing-function:ease-out}55%{top:60px;height:40px;background-size:100% 100%;-webkit-animation-timing-function:ease-in}65%{top:40px;height:50px;background-size:100% 100%;-webkit-animation-timing-function:ease-out}95%{top:0;-webkit-animation-timing-function:ease-in}to{top:0;-webkit-animation-timing-function:ease-in}}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}.swal2-popup{font-family:Avenir,Helvetica,Arial,sans-serif!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}