/* Centered Image Code */

img {
  display: block;
  max-width: 100%;
  margin: auto;
}