Looking to create a homepage using HTML and CSS, but need help with center aligning buttons within a jumbotron.
Please refer to the screenshot linked below for reference:
https://i.sstatic.net/3PX9I.png
This is my current HTML code:
<div class="jumbotron">
<h1>Bespoke Recruitment Solutions</h1>
<p class="lead">We are an independent recruitment company specializing in providing customized HR services.<br> We take the time to understand our clients' vision, goals, and culture, allowing us to connect with the right talent to fill vacancies.</p>
<p><a class="btn btn-primary btn-lg" role="button">Submit Your CV</a><a class="btn btn-primary btn-lg" role="button">Fill A Vacancy</a></p>
</div>