
html, body {
  height: 100%;
  margin: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
