I'm trying to perfectly center both the image and the text below the image in a container using this code
<div className="d-flex justify-content-center align-items-center w-50" id="container1">
<div>
<img className="border" src="assets/image1.png" alt="" />
<p className="mt-3">Text below image</p>
</div>
<div>
but it's not vertically centered it has more space on bottom compared to top