body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #edede9;
  color: #e5e5e5;
}

a {
  color: #e5e5e5;
}

.wrap {
  width: 100%;
}

.btn {
  display: flex;
  justify-content: center;
  padding: 25px 0px;
  margin: 0px 5px;
  width: 140px;
  border-radius: 5px;
  background-color: #6f1d1b;
}

.btn:hover {
  background-color: #521514;
  transition: 0.2s;
}

.quiz-wrapper {
  display: none;
  background-color: #e5e5e5;


}

.wrapper {
  margin-top: 10%;
  width: 75%;
  width: 75%;
  margin-left: auto;
  margin-right: auto;

}

.start-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
  width: 65%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: url(images/photo_hogwarts.avif);
  background-size: cover;
  position: relative;
}

.start-screen p {
  display: flex;
  justify-content: center;
  font-size: 32px;
  position: relative;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 800;
  margin: 0 20px;
}

.start-screen::before {
  content: '';
  position: absolute;
  background-color: rgba(145, 103, 103, 0.4);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.btn-start {
  color: #f0f0f0;
  font-size: 23px;
  width: 200px;
  position: relative;
}
.btn-next{
  height: 22px;
}
.question-box {
  width: 100%;
  display: flex;
  padding: 25px 0px;
  justify-content: center;
  background-color: #7D3F3F;
}

.answer-box {
  background-color: #7D3F3F;
  padding: 10px 50px;
  margin: 15px;
  border-radius: 3px;

}

.box-wrapper {
  display: flex;
  justify-content: center;

}

.btn-wrapper {
  margin: 20px 0px;
  display: flex;
  justify-content: space-around;
}

.scoreboard {
  color: white;
  padding: 5px 10px;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}

.result-text {
  background-color: #7D3F3F;
  width: 100%;
  display: flex;
  justify-content: center;

}

.remainingQuestions {
  color: #42230E;
}

.answer-wrapper {
  padding-top: 35px;
}

.btn-restart {
  margin: 50px 0;
  color: #e5e5e5;
  display: none;
  text-align: center;
}
.information-textbox{
  width: 540px;
  color: #42230E;
  text-align:center;
  opacity: 0;
}