.fracture-container{
border-radius: 50%;
background: transparent;
animation: shatter 2s;
}
.shard{
position: absolute;
width: 20px;
height: 20px;
animation: ripple 2s forwards;
transform-origin: center;
}
.shard::before{
content: "";
position: absolute;
width: 50px;
height: 50px;
background: #fff;
border-radius: 50%;
animation: fade-out 2s forwards;
}