```html
.flor { Inserindo efeitos de animação
.flor { position: absolute;
width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(to bottom, #A6E22E, #66D9EF, #AE81FF);
opacity: 0; animation: DataBloom 1s ease-out infinite; }
}
```