how to put an element in the center of the page using bootstrap code example
Example 1: align eliment in center of row bootstrap
<div class="row justify-content-center">
...inner divs and content...
</div>
Example 2: how to center vertically in bootstrap col
<div class="my-auto">
...inner divs and content...
</div>