body {
  font-family: Verdana;
  display: flex;
align-items: center;
justify-content: center;
}

img {
  width: 100%;
}

div{
  width: 80vw;
  height: 90vh;
  object-fit: contain;
  text-align: center;
}