.loading-element
{
width
:
50
px
;
height
:
50
px
;
top
:
50%
;
left
:
50%
;
transform
:
translate(-50%, -50%)
;
background-color
:
#E6DB74
;
border-radius
:
50
px
;
animation
:
shattered-reflection
1s
linear
infinite
;
}