body {
  margin: 0;
  padding: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

img {
  max-height: 90vh;
  max-width: 90vw;
  height: auto;
  width: auto;
}
