How can you center the image so that it does not constantly jump up and down?
html file
<h2>ЦГОК.РОФ.Фильтрация</h2> <div id="w-panel" > <object id="map-svg" type="image/svg+xml" data="images/FILTRATION_MAIN_1.svg" height="860px"></object> </div> css
body, html { max-width: 100%; max-height: 100%; margin: 0; font-family: helvetica; color: #000000; background: black; } #map-svg{ display:block; margin:50px auto 20px; } header{ text-align: center; color: black; background: white; font-size: 30px; }