
  h1{
    padding-left: 250px;
    color: aliceblue;
  }
 #pictureplayer {
    width: 750px;
    height: 750px;
    /* background-image: url("/img/img-webp-m/quiz/stem8.webp") ;
      background-repeat: no-repeat;
      background-size: 100% 100%; */
    grid-column: 2;
    position:relative;
    z-index:0;
    /* background-color: darkslategrey; */
} 
#quiz-background{
    width: 750px;
    height: 750px;
    /* background-image: url("/img/quiz/teacher.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    border-radius: 15px;
    position:relative;
    z-index:0;
}
  #quizPanel{
      /* margin:auto; */
      display: none;
      /* justify-content: space-evenly;
      grid-template-columns: 75%;
      gap: 5px;
      width: 750px;
      height: 750px;
      text-align: center;
      position: relative; /* Stay in place */
      z-index: 5;  
      /*left: 0;
      top: 0;
      background-color: rgba(0,0,0,0.4); */
  }
  #title{
  width: 80%;
  height: 180px;
  color: aliceblue;
  background-color: rgba(0,0,128,0.6);
  text-align: center;
  font: 25px sans-serif;
  font-weight: bold;
  line-height: 90px;
  border-radius: 10px;
  margin: auto;
}
  .tile{
    width: 80%;
      color: aliceblue;
      background-color: rgba(0,0,128,0.6);
      font: 50px sans-serif;
      font-weight: bold;
      text-align: center;
      border-radius: 10px;
      margin: 1%;
      height: 75px;
      line-height: 75px;
  }
    .modal-item{
      height: 75px;
      width:80%;
      font-weight:bold;
      font-size:24px;
      text-align:center;
      align-items: center;
      color:white;
      background-color: rgba(0,0,128,0.8);
      /* border-width: 5px;
      border-color: yellow; */
      /* border-radius: 10px; */
      margin: 20px auto;
      line-height: 50px;
      padding-top: 10px;
  }

  .category {
    margin-bottom: 30px;
    height: 100px;
  }
  .question {
      display: none;
    font-weight: bold;
  }
  .answers {
      display: none;
    margin-left: 20px;
  }
  .explanation {
    height: 300px;
    display: none;
    font-style: italic;
    color: gray;
  }
      /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    border-radius: 15px;
    max-width: 750px; /* Full width */
    max-height: 740px; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(180, 210, 240); /* Fallback color */
    padding-top: 10px;
    background-color: rgba(180, 210, 240, 0.4); 
  }
  #Qface {
    height: 200px;
  }
  #qface {
    height: 200px;
  }
  #aface {
    height: 200px;
  }
  #eface {
    height: 200px;
  }
.answers{
    display:none;
}
.answerBlock{
    display:none;
}


@media screen and (max-width: 800px) {
  #pictureplayer {
    width: 95vw;
    height: 95vw;}
  #quiz-background {
    width: 95vw;
    height: 95vw;}
  #Qface {
    height: 20vw;
  }
  #qface {
    height: 25vw;
  }
  #aface {
    height: 25vw;
  }
  #eface {
    height: 25vw;
  }
.modal-item{
  height: 10vw;
  margin: 2vw auto;
  
  padding-top: 0;
  font: 4vw sans-serif;
  line-height: 8vw;
}

#title {
    width: 80%;
    height: 8vw;
    font: 4vw sans-serif;
    line-height: 5vw;
    padding-top: 4vw;
}

    
}
