Background movement

Is there a way for the background to move a bit to the right and left when the player moves, that is, for the background to follow the player

Yes, you would do it the same way you would for the camera.
Every frame just change the position of the background to be based on the position of the player.

Yes, use camera interpolation