body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

img {
  max-width: 80vw;
  max-height: 90vh;
}