/* step82: now lets give the wrapper-canvas id having a internal "canvas" class to a maxm width of 100% , so that it not exceeds that width here ; so now the scroll bar won't come by overflowing of the animation of canvas there.*/
#wrapper-canvas canvas {
    max-width: 100%;
}

