**Hey, I'm using bootstrap for one of my projects, and I want to center my image both vertically and horizontally with it being responsive, What should I do?? I was trying to make a responsive front end page that looks like google But i want it to be in the very center of the screen, and it being responsive as well..
And The image I'm talking about is inserted using this
<img src="google.png" class="rounded mx-auto d-block" alt="Google" id="Logo">