Hi Shreya,
I would recommend using CSS grid for this challenge and also stick with using h1-h6 without jumping from h1 to h3.
Also on mobile, it doesn't sit in the middle you can use "margin: 0 auto;" to centralize your container.
You can learn more about CSS grid here: https://www.youtube.com/watch?v=jV8B24rSN5o&ab_channel=TraversyMedia
Hope this helps!!
Keep coding and happy coding!!