```html
.loading-element{ width : 200px; height : 200px; border-radius: 50%; animation: loading-animation 1s linear infinite; }
```