```html
.esfera{
border-radius: 50%;
animation: expandir 2s forwards;
}
.reflexo{
animation: aparecer 2s forwards;
animation-delay: 1s;
}
.esfera .glitter{
animation: dar-um-broto 2s forwards;
animation-delay: 1s;
width: 20px;
height: 20px;
border-radius: 50%;
background: #e0d9e5;
}
```