```html
.loadingshape { position: absolute; width: 20px; height: 20px; border-radius: 50%; background-color: #66D9EF; animation: pulsar 2s linear infinite; }
```