body {
    margin: 0;
    background: black;
  }
  img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
  }