body,
html {
  height: 100%;
  margin: 0;
}

.allContainer {
  height: 100%;
}

.grassBackground {
  background-image: url("images/grass.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.deskBackground {
  background-image: url("images/desk.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.blurBackground {
  background-image: url("images/blur.jpeg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.centeredImage {
  height: 99%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.quizWrongAnswerImage {
  height: 100%;
  width: 100%;
}

.instructionsImage {
  position: absolute;
  height: 95%;
  display: block;
  margin-left: 30%;
  margin-top: 1.5%;
}

.codeForm {
  position: absolute;
  left: 35%;
  top: 50%;
  width: 30%;
  height: 20%;
}

.logoLeftTop {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 10%;
}

.logoLeftBottom {
  position: absolute;
  left: 2%;
  top: 85%;
  width: 10%;
}

.headlineCode {
  position: absolute;
  top: 25%;
  width: 80%;
  left: 10%;
}

.backButton {
  position: absolute;
  left: 2%;
  top: 4%;
  width: 3%;
}

.videoSnippet {
  position: absolute;
  width: 70%;
  top: 5%;
  left: 15%;
}

.btn {
  position: absolute;
  top: 85%;
  left: 40%;
  background-color: #fa8072;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 20%;
  opacity: 0.9;
  border-radius: 10px;
}
.btn:hover {
  opacity: 1;
}

#formInput {
  width: 100%;
  height: 40%;
  font-size: 40px;
  text-align: center;
  border-radius: 40px;
}

#sendButton {
  margin-top: 10%;
  margin-left: 30%;
  width: 40%;
  height: 20%;
  border-radius: 10px;
}

#startClick {
  position: absolute;
  left: 47%;
  top: 48%;
  width: 5%;
  height: 4%;
}

#tent1Click {
  position: absolute;
  left: 27%;
  top: 40%;
  width: 15%;
  height: 25%;
}

#tent2Click {
  position: absolute;
  left: 43.5%;
  top: 40%;
  width: 15%;
  height: 25%;
}

#tent3Click {
  position: absolute;
  left: 60%;
  top: 40%;
  width: 17%;
  height: 25%;
}

#backToQuizClick {
  position: absolute;
  left: 32%;
  top: 22%;
  width: 42%;
  height: 70%;
}

#startButton {
  position: absolute;
  left: 75%;
  top: 35%;
  width: 20%;
}

#submitCodeButton {
  position: absolute;
  left: 75%;
  top: 75%;
  width: 20%;
}

#hilfeButton {
  position: absolute;
  left: 75%;
  top: 55%;
  width: 20%;
}
#hilfe {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  
}