You can find the center of the screen with get_viewport_rect().size / 2
.
For Control nodes, you can set their anchors to be centered (choose Layout -> Center) in the menu, or make them a child of a CenterContainer (if you need a dynamic layout for different sized screens).