The idea
position: absolute pulls an element out of the flow and positions it against its *containing block* — the nearest positioned ancestor. Here the stage itself is position: relative, so it is the containing block, and top/left are measured from the stage's top-left corner.
margin is off-limits — the point is position: absolute against the stage.