.loading-element
{
aspect-ratio
:
'9/16'
;
width
:
100px
;
height
:
100px
;
border-radius
:
50%
;
background-color
:
rgba(0, 0, 0, 0.7)
;
animation
:
loading-animation
1s
linear
infinite
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}