div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97vh;
  max-width: 100%;
}

img {
  height: 100%;
}