.main {
  position: relative;
  overflow-y:scroll;
width:100%;
height:100%;
}
.divtest{

    position: relative;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap;
    justify-content: space-around;
    align-items: normal;
    align-content: space-around; */

  
}
.numberss {
  display: block;
  order: 0;
  mix-blend-mode: screen;
  top: 10%;
}

.iimage {
  width: 80%;
  left: 20%;
  height: auto;
}

.txt-reviviscence {
  width: 20%;
  display: block;
  color: white;
}

.sticky {
  position: sticky;
}

.sticky-2 {
  position: sticky;
}

.opacity {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .sticky-2 {
    position: sticky;
    top: 50%;
  }
}
