If you're not familiar with lighting in Godot:
Add a WorldEnvironment node as the first child of the root node. In the Inspector, add a New Environment for that node, and set these Environment properties:
Ambient Light
.... Source: Color
.... Color: White (255, 255, 255, 255)
You may want to change that later, after you add more realistic lighting.