```html
.cerebro ::after { } content: '' position: absolute; width: 100px; height: 100px; background: #ff69b4 animation: rotate 2s linear infinite; @keyframes rotate { } }
```