div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid black;
}

img {
  width: 400px;
  height: auto;
}
