body{position:relative;width:100%;height:100vh;font-family:Montserrat}.wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.text{color:var(--light-color);margin-left:5px}.bounceball,.text{display:inline-block}.bounceball{position:relative;height:37px;width:15px}.bounceball:before{position:absolute;content:"";display:block;top:0;width:15px;height:15px;border-radius:50%;background-color:var(--light-color);transform-origin:50%;animation:bounce .5s ease infinite alternate}@keyframes bounce{0%{top:30px;height:5px;border-radius:60px 60px 20px 20px;transform:scaleX(2)}35%{height:15px;border-radius:50%;transform:scaleX(1)}to{top:0}}