@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Rubik",sans-serif}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100vh;background-color:#000}.svg-animation-elastic__svg{position:absolute;width:400px;fill:none}.svg-animation-elastic__svg.--blur{-webkit-filter:blur(50px);filter:blur(50px)}.svg-animation-elastic__svg-path{d:path("M0,25 C150,110 150,-60 300,25");stroke:#ff0092;stroke-width:50;stroke-linecap:round;-webkit-transform:translate(50px, 50%);-ms-transform:translate(50px, 50%);transform:translate(50px, 50%);-webkit-animation:elastic 2s ease-in-out infinite;animation:elastic 2s ease-in-out infinite}@-webkit-keyframes elastic{0%{stroke:#ff0092;d:path("M0,25 C150,110 150,-60 300,25")}50%{stroke:lime;d:path("M0,25 C160,-50 140,110 300,25")}}@keyframes elastic{0%{stroke:#ff0092;d:path("M0,25 C150,110 150,-60 300,25")}50%{stroke:lime;d:path("M0,25 C160,-50 140,110 300,25")}}