I am using bulma framework , and all the content is to the left, how would I center the content on the page? For example this image is to the left.
<section class="section">
<div class="container">
<div class="column">
<figure>
<img src="/assets/images/norris-lake.jpg" alt="Melton Hill Lake">
</figure>
</div>
</div>
</section>