Game view displays my 2nd camera view, not my main one. how to fix?

this is in 2d btw and i am stuck here trying to display the main camera for a while, sorry if this is an easy question i am new.

No worries, we all start somewhere!

To display the main camera in a 2D project, you can follow these steps:

  1. Make sure you have a camera object in your scene.
  2. Select the camera object and in the Inspector window, set its Projection to Orthographic.
  3. Adjust the camera’s Size property to control the zoom level.
  4. Position the camera in the scene as desired.