body{
  width: 100vw;
  height: auto;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100vh;
}

.img{
  position: absolute;
  image-rendering: pixelated;
  width: 100vh;
  height: 100vh;
  z-index: 5;
}