html, body {
  width:100%;
  height:100%;
  background:#000000;
  overflow:hidden;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}
body img {
  max-width:100vw;
}