body {
  margin:0px;
}

.sr-only {
  display:none;
}

#animation_container {
  background-color:rgba(255, 255, 255, 1.00); 
  width:628px; 
  height:715px
}

#canvas {
  position: absolute; 
  display: block; 
  background-color:rgba(255, 255, 255, 0);
}

#dom_overlay_container {
  pointer-events:none; 
  overflow:hidden; 
  width:628px; 
  height:715px; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  display: block;
}