
body{
    background-color: #f4f4f4;
    font-family: 'Mulish', sans-serif;
     -webkit-text-size-adjust: 100%; 
    
}

h1{
    text-align: center;
   background-color: white;
    padding: 2px;
padding-top:10px;
}
.question p{

border-style: outset;
padding:10px;
}
.question{
  
    font-size: 14px;
    margin-right: 220px;
    border-style: hidden;
    border-right: -2px;
    padding-top: 0px;
    background-color: white;
    padding-left: 100px;
    padding-top: 10px;
    padding-right: 20px;   
    padding-bottom:20px;

}
.question .option 
{
    list-style: none;
 
}
.op{
    font-weight: bold;
    text-decoration: underline;
  
  
        
   line-height:30px;

}
.qno{
    font-weight: bold;
}

.answer{
    display: none;
    font-size:16px;
    line-height: 25px;
}
.show{
    font-size:13px;
    width:12%;
    line-height:17px;
    padding:5px;
    margin-top:10px;
    background-color: #21728a; 
    border-radius:20px;
    color:white;
    font-weight:bold;
}

.navigate{
text-align: center;
    padding-top: 30px;
 padding-bottom:20px;
}
.navigate ul li {
    display: inline;
    list-style: none;
    padding-left:30px;
}
.navigate ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 23px;
    border-radius: 5px;
   
    font-weight: bold;
    text-decoration: none;
    background-color: dodgerblue;
    text-align: center;
}

@media (max-width: 900px) {
  .question{
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:15px;
    margin-right:15px;
    border-style: hidden;
    border-right: -2px;
   
  }
  img{
  width: 300px;;
  height: auto;
}
}
@media (max-width:1200px) {
.show{
    width:20%;
}
}
@media (max-width: 1000px) {
.show{
    width:20%;
}
}
@media (max-width:600px) {
.show{
    width:25%;
}
}

@media (max-width:400px) {
.show{
    width:25%;
}
