I think it looks nice the way it is. Centered text should be used rarely, I think.
This is what the text within each widget would look like centered:
https://cloudup.com/cCuKBDHhVbv
Just add this CSS to your child theme within a browser inspector to emulate it:
.widget-area, .widget-area .widget-title {
text-align: center;
}