```html Ephemeral Echoes
.loading-element{ width: 10px; height: 10px; background-color: #E6DB74; border-radius: 50%; animation: loading-animation 1s linear infinite; }
```