how to center content in screen with bootstrap 4 code example
Example: align eliment in center of row bootstrap
<div class="row justify-content-center">
...inner divs and content...
</div>
<div class="row justify-content-center">
...inner divs and content...
</div>