*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family:  'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #bec5fe

}

.header{
    text-align: center;
  text-transform: uppercase;
  padding: 32px;
  background-color: #0a0a23;
  color: #fff;
  border-bottom: 4px solid #fdb347;
  height: 100px;
}

.header *{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  
  border-radius: 50px;
  min-width: 20px;
  min-height: 10px;
  width:fit-content;
  margin:auto;
}
.question{
    display:none
}

.bar1{
    display: none;
    /* margin-right: 10%; */
    border-radius: 50px;
    background-color: #ffff;
    width: 45%;
    height: 15px;
    

}
.bar2{
    display: none;
    background-color:#29a21c;
    float: left;
    width:0%;
    height: 15px;
}
.button{
    display: block;
   float:right;
   width:10%;
   min-height: 50px;
   margin-bottom: 7px;
   margin-top: -24px;
   min-width: 150px;
  
   
}
.qh{
    display: block;
   float:left;
   margin-top: -15px;
   padding:0px;
   border:5px solid #fff;
   border-radius: 5px;
   padding: 9px;
   border-left: 0;
   border-right: 0;
   
   
} 
.button button{
   margin:auto ;
    align-self: center;
    height: 30px;
    min-width: 120px;
    background-color:#8a2be2;
    font-weight: bold;
    font-size: medium;
    margin:5px;
    outline:none;
    border:none;

}
.button button:active{
    background-color:#bc84ee;
    color:#0a0a23;
    box-shadow: none;
    

}
.button button:hover{
    text-decoration-line: underline;
    box-shadow:0 0 5px .2px  #fdb347;

}
.body-sec{
    
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width:75%;
  margin: 5% auto;
  border-width: 5px 0px 5px 0px;
  border-style: solid;
  border-color: #16164e;
  border-radius: 5%;
    padding:20px;
  background-color: #7e82c5;
}
.div1{
    width: fit-content;
    height: fit-content;
    padding:15px;
    background-color: #bec5fe;
    border-radius: 10px;
    font-size: larger;
}
.options{
    display: none;
    justify-content: center;
    align-items: center;
    padding:15px;
    padding-bottom: 5px;
 
}
.options *{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 100px;
    max-width:fit-content;
    max-height:fit-content;
    padding:5px;
    border:1px solid#0a0a23 ;
   
    min-height: 80px;
    background-color: #a86ef3;
    margin: 5px 10px;
    border-radius: 25%;
}
.options *:hover{
    border:1.5px solid#0a0a23 ;
    box-shadow:0 0 5px .2px  #fdb347;
}
.options *:active{
    background-color:#ddc8fb;
}
.inner-sec{
    display:flex;
    justify-content: center;
    align-items: center;
    min-width:70%;
}
.qButton{
    display:none;
    width:40%;
    height:40px;
    
   
    margin:5px auto;
     /* background-color:aliceblue;  */
}
.qButton *{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: large;
    text-overflow:clip;
    font-variant-caps:all-small-caps;
    width:30%;
    margin:auto 3%;
    border-radius: 15px;
    height:100%; 
    background-color: #a86ef3;

    border:1px solid#0a0a23 ;
 }
 /* .rulesNguide p{


 } */

 .qButton *:hover{
    box-shadow:0 0 5px .2px  #fdb347;
    font-weight: bold;
   

 }
 .qButton *:active{
    background-color:#d0a9f3 ;

 }
 .submit{
    display:none;
 }
 .rulesNguide {
    display: flex;
    flex-direction:column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
 }
 .rulesNguide *{
  
    margin: 3px;
 }
 .QandA{
    display:none;
    flex-direction:column;
    justify-content: center;
    flex-wrap: wrap;
    align-items:flex-start;
 }
 .a{
    margin-top:0px;
    margin-bottom: 5px;
    padding:0;
 }
 .q{
    margin-top:5px;
    margin-bottom: 0px;
    padding:0;
 }
.usera{
    color:red;
}
.righta{
    color:green;
}