.fragment{ border-radius: 50%; animation: shimmer 3s linear infinite; animation: move 10s linear infinite; }
.reflect{ animation: fade-in 5s ease 5s; animation: scale 5s ease 5s; }
.fragment::after{ width: 100px; height: 100px; border-radius: 50%; animation: fragment-fade 3s ease 5s; }
.reflection{ width: 100px; height: 100px; border-radius: 50%; animation: reflection-fade 5s ease 5s; }
.echo{ width: 100px; height: 100px; border-radius: 50%; animation: echo-fade 5s ease 5s; }