It appears that when I try to center this image, it is slightly off-center to the right on the page. What could be causing this? It seems like there might be a margin added to the left of the image.
<head>
<meta charset="utf-8">
<title>test</title>
<link rel="stylesheet" href="http://flip.hr/css/bootstrap.min.css"> </head>
<body>
<div class="container">
<img src="dovelow.jpg" alt="Dove">
</div>
</body>