I wish the two images on the readme file were vertically aligned, but I don't understand why on Github it is not succeeding.
How can I do it through markup languages?
Result:
<div align="center">
<div style="display: flex;">
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&layout=compact&show_icons=true&title_color=ffffff&icon_color=34abeb&text_color=daf7dc&bg_color=151515" style="vertical-align: top;" />
<img src="https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&title_color=ffffff&icon_color=34abeb&text_color=daf7dc&bg_color=151515" />
</div>
</div>

