body {
  display: flex;
         image-rendering: pixelated;

  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/img/bg-ran.png")
    repeat center center fixed;
  background-size: cover;
  z-index: -1;
}
h1{
  display:none;
}
#container {
  position: absolute;
  width: 100%;
  height: 100%;
min-height:160px;
  min-width:150px;
}

img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out, opacity 0.1s ease-in-out;
  opacity: 0;
}
#txt {

  position: fixed;
  font-family: "Times Now";
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#txt span {
  font-size: 4.6rem;
  display: inline-block;
  margin: 0 auto;
  max-height: 95vh;
  width: 95vw;
  line-height: 85%;
  letter-spacing: -2px;
  z-index: 2;
  text-overflow: ellipsis;
  object-fit: contain;
  word-break: keep-all;
}


#pre-txt {

  position: fixed;
  font-family: "Times Now";
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pre-txt span {
  font-size:10rem;
  display: inline-block;
  margin: 0 auto;
  max-height: 95vh;
  width: 95vw;
  line-height: 85%;
  letter-spacing: -2px;
  z-index: 2;
  text-overflow: ellipsis;
  object-fit: contain;
  word-break: keep-all;
}