body {
  background-color: black;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img {
  max-width: 75vw;
  max-height: 75vh;
  width: auto;
  height: auto;
}