<div id="svgContainer" style="width:650px;height:450px;background-color:#000;display:inline-block"></div>
html{
margin: 0;
padding: 0;
background-color: black;
text-align: center;
}
/* McAngel */
var svgContainer = document.getElementById('svgContainer');
bodymovin.loadAnimation({
wrapper: svgContainer,
animType: 'svg',
loop: true,
animationData: JSON.parse(animationData)
});
This Pen doesn't use any external CSS resources.