Include a viewport container node and a viewport node under that, then move the non GUI nodes under that viewport node, including the camera.
Better yet, create a new scene with the following hierarchy:
- Control
- CenterContainer
- ViewportContainer
- Viewport(Instance game scene under here)
- MarginContainer(Instance GUI scene under here)
edit n³: ok, now it looks right.