body{
    background-color: whitesmoke;
}
.box{
    width:180px;
    height:200px;
    /* border:2px  solid  red; */
    /* padding:20px */
    margin-left: 50px;
    margin-bottom: 30px;
    display: flex;flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: 3px 3px 15px grey;
/* border-top-left-radius: 30px;
border-bottom-right-radius: 30px; */
border-radius: 20px;

}
.mainbox{
    display: flex;
    flex-wrap: wrap;
    /* border:2px solid lime; */
    align-items: center;
    justify-content: space-around;
    /* padding:20px */
    /* height:300px */
}
.box h5{
    margin-bottom: 30px;
}
@media (max-width: 400px) {
   .box{
    margin-left: 0;
   }

}
@media (max-width: 450px) {
    .box{
     margin-left: 0;
    }
 
 }
.accordion{
    background-color: white;
 }
 .faq-section .container{
    background-color: rgb(90, 19, 232);
 }
 .faq-section .container .row{
    background-color: rgb(13, 255, 0)
 }
 .col-lg-6{
    background-color: white;
 }
 body{
    background-color: white;
 }
 .greeting{
   /* border:2px solid ; */
   margin-top: 20px;
 }
 .greeting ul li{
  /* color:red; */
  font-size: 16px;
 }
 #greet-content{
padding-left: 20px;
font-size: 16px;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 }
 #one{
   margin-left: 20px;
 }
 .quizpage{
   /* border:2px solid red; */
   padding: 20px;
   margin-top: 20px;
   font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
 }
 #list li{
   color:black;
   font-family: Georgia, 'Times New Roman', Times, serif;
 }
 .topics{
   margin-top: 40px;
   color:black;
  
   
 }
 .topics ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: square;
 }
 .topics p{
   color:black;
   text-align: center;
   justify-content: left;
 }
.hari{
   color:black
 }
 .kpah{
  margin-left: 20px;
  font-size: 16px;
 }