.puzzle-piece
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate(-50%, -50%)
;
width
:
20px
;
height
:
30px
;
background-color
:
#F8F8F2
;
animation
:
puzzle-animation
2s
linear
infinite
;
}