```html O Código Impostor
.square {
width: 150px; height: 150px; background-color: rgba(255, 255, 255, 0.1); transform-origin: 50% 50%; animation: shimmer 1s infinite ease-in-out;
```