I want to put a text heading over an image , in the center but it keeps cutting in half and it doesn't move to the center.
<header class="text-center">
<img src="img\blueskycrop.jpg" class="img-fluid" alt="bluesky">
<div class="container">
<div class="row">
<div class="col-xl-9">
<h1 class="display-5">Build a landing page for your business or project and generate more leads!</h1z\>
</div>
</div>
</div>
</header>