```html
.loading-element{ border-radius: 50%; animation: loading-animation 2s linear infinite; }
```