.loading-element
{
position
:
top
:
50%
;
left
:
50%
;
transform
:
translate
(-50%, -50%)
;
width
:
20px
;
height
:
20px
;
border-radius
:
50%
;
background-color
:
#66D9EF;
animation
:
fragment-creation
1s
linear
infinite
;
}