/* Add 1px black border to all images and center them */
img {
  border: 1px solid rgb(146, 146, 146);
  display: block;
  margin: 0 auto;
  padding: 5px;
}

/* Remove border from the logo */
.wy-side-nav-search img {
  border: none;
  padding: 0;
}

