body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  background-color: grey;
  position: relative;

  
}

.click-point {
  position: absolute;
  color: rgb(202, 252, 202);
  font-size: 200px;
  font-weight: 900;
}

.img {
  z-index: -1;
}

.ivanik{
    z-index: -1;
    position: relative;

}

.class{
position: relative;
}