I am trying to overlay text on an image and ensure that it is centered perfectly on the image. Below is the HTML code I am using:
<div class="cloud d-flex justify-content-center">
<div class=" col-md-4 col-xs-6 col-sm-6">
<img src="./img/CloudB.png" class="img-fluid ">
<p id="exp">EXPLORE YOUR LANGUAGE </p>
</div>
</div>