.animation-container
{
The animated scene.
position
:
absolute
;
top
:
75%
;
left
:
50%
;
transform
:
translate
(-50%, -50%)
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-around
;
width
:
100%
;
height
:
50%
;
}