html,
body {
  min-height: 100%;
  margin: 0;
  background: #000;
}

body {
  min-height: 100svh;
  display: grid;
  place-items: center;
}

img {
  display: block;
  width: 240px;
  max-width: 100vw;
  height: auto;
}
