div {
 display: grid;
  place-items: center;
  height: 300px;
  border: 1px solid black;
}

img {
  width: 25%;
}