.calib{
	position: absolute;
	border-style: dotted;
	border-color: #a6ffbe;
	border-width: 0.2px;
	width:200px;
	height:100px;
	margin: 10px;
	background-size: cover;
}

@media screen and (max-width: 1024px) {
  .calib {
    width: 100px; /* Adjust width for tablet screens */
    height: 50px; /* Allow height to adjust based on content */
  }
  .center {
    font-size: 10px;
    margin-top: -25%;
  }
  .center div {
    width: 350px;
  }
}

.center {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
}

.center div {
  width: 200px;
  height: 200px;
  border-style: solid;
  border-color: #a6ffbe;
  margin: auto;
}

#instructions {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
  line-height: 1.5;
  color: #a6ffbe;
  opacity: 65%;
}

#instructions2 {
  opacity: 1;
  text-align: center;
  line-height: 1.5;
  color: #a6ffbe;
  opacity: 65%;
}

#instructions3 {
  opacity: 1;
  text-align: center;
  line-height: 1.5;
  color: #a6ffbe;
  opacity: 65%;
}

#instructions4 {
  opacity: 1;
  text-align: center;
  line-height: 1.5;
  color: #a6ffbe;
  opacity: 65%;
}

#instructions5 {
  opacity: 1;
  text-align: center;
  line-height: 1.5;
  color: #a6ffbe;
  opacity: 65%;
}

#instructions.fade-out {
  opacity: 0;
}

#instructions.fade-in {
  opacity: 1;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 10px;
  background-color: black;
  position: absolute;
  border: 1px solid #a6ffbe;
}

.gif{
  width: 70%;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.beginp{
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c9ffec;
  font-size: 14px;
}
