/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2021 | 21:09:20 */
.bounser-ball{position:absolute}.ball{width:50px;height:50px;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px)}.ball:before{background:var(--red);border-radius:100%;position:absolute;top:0;left:0;width:100%;height:100%;content:''}.ball:nth-child(1){transform:translate(-55px);animation:x-axis-lateral 3s infinite alternate ease-in-out}.ball:nth-child(1):before{animation:y-axis-lateral 2s infinite 0.1s alternate ease-in-out}.ball:nth-child(2){animation:x-axis 3s infinite alternate ease-in-out}.ball:nth-child(2):before{animation:y-axis 2s infinite 0.5s alternate ease-in-out}.ball:nth-child(3){transform:translate(55px,65px);animation:x-axis-lateral 2s infinite alternate ease}.ball:nth-child(3):before{animation:y-axis-lateral 2s infinite 0.4s alternate ease-in-out}@keyframes x-axis{0%{transform:translate(-80px)}100%{transform:translate(80px)}}@keyframes y-axis{0%{transform:translateY(35px)}100%{transform:translateY(-55px) scale(.8);background:var(--red)}}@keyframes x-axis-lateral{0%{transform:translate(-30px)}100%{transform:translate(30px)}}@keyframes y-axis-lateral{0%{transform:translateY(10px)}100%{transform:translateY(-50px);background:var(--red)}}