I can't set margin: auto when I try to style the external image. I can style the padding of the body but I need this to be responsive.
body {
background-color: #636565;
}
img {
margin-left: auto;
margin-right: auto;
}
<div id="map">
<img src="https://s.w-x.co/staticmaps/wu/wxtype/none/usa/animate.png">
</div>