body{
  width: 100vw;
  height: auto;
  background-color: #000000;
  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;
}

.side1{
  width: 1000vh;
  height: 100vh;
  background-color: #000000;
  position: absolute;
  z-index: 10;
  margin-left: 1100vh;
}

.side2{
  width: 1000vh;
  height: 100vh;
  background-color: #000000;
  position: absolute;
  z-index: 10;
  margin-right: 1100vh;
}

.mFilter{
  position: absolute;
  image-rendering: pixelated;
  width: 100vh;
  height: 100vh;
  z-index: 15;
  background-color: rgb(255, 255, 255);
  mix-blend-mode: multiply;
}

.tex{
  position: absolute;
  image-rendering: pixelated;
  width: 100vh;
  height: 100vh;
  z-index: 15;
  background-repeat: no-repeat;
  background-size: contain;
}

.fadeInF{
  position: absolute;
  image-rendering: pixelated;
  width: 100vh;
  height: 100vh;
  z-index: 20;
  background-color: black;
  opacity: 1;
  transition: 1000ms;
}