.proccess {
  top: 0px;
  height: calc(100vh);
  position: relative;
  display: grid;
  grid-template-rows: 50vh 50vh;
}
.caverne {
  display: grid;
  grid-template-columns: auto auto;
  transition-duration: 200ms;
  color: rgb(254, 254, 192);
}
.light {
  display: grid;
  grid-template-columns: auto auto;
  transition-duration: 200ms;
  color: rgb(254, 254, 192);
  filter: brightness(0.1) blur(3px);
}

.shemaLight {
  height: 40vh;
  margin-top: 5vh;
  border-radius: 3vw;
  margin-left: 2vw;
}
.shemaCaverne {
  height: 40vh;
  margin-top: 5vh;
  border-radius: 3vw;
  margin-left: 2vw;
}
