  html, body {
      margin: 0;
      height: 100%;
    }

    body {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #150a2f;
    }

    img {
      max-width: 100vw;
      max-height: 100vh;
      display: block;
    }
