Using below shortcode, you can align a region horizontally center.
Place a region horizontally center
<div class="center">
your content here...
</div>
Horizontally center and of 50% Width
Below code will set the width of div to 50% and will align horizontally center.
<div class="width50 center">
your content here...
</div>