There seems to be an excess of white space under my image (shown below), but I can't figure out why.
https://i.sstatic.net/uJkvF.png
This is my current HTML setup:
<img src="images/testserver2.png" class="centerimage" style="display: block; margin-left: auto; margin-right: auto; height: 100%;" />
<div class="internet">
<h3>INTERNET</h3>
</div>
And here's the related CSS code:
.centerimage {
display: block
margin-left: auto;
margin-right: auto;
width: 100%;
}