body {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  background-color: hsl(0 0% 96.9%);
  overflow: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
}
