.main{
    align-self: center;
    margin: 0 auto;
    background-color: white;
    max-width: 1200px;
    /* height: 450px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 90px; */
    /* margin-left:120px;
    margin-right: 90px; */
    box-sizing: border-box;
    
    
}
@media(max-width: 800px){
    .main{
        flex-direction: column;
    }
}
#b1{
    margin-top: 40px;
    margin-left: 40px;
    border: solid black 2px;
    border-radius: 25px ;
    font-size: larger;
}
.box1{
    margin-top: 70px
    
    /* width: 50%; */
    flex: 50%;

    /* height :100%; */
      border-radius: 10px;

}

.box2{
     background-color: white;
    /* width: 50%; */
    /* height :100%; */
    border-radius: 8px;
    flex: 50%;
    margin-top: 70px;
 
    

}
#fp i{
    color: green;
}
.box1 h2{
    margin-left: 40px;
    font-size: 40px;
}
.box1 p{
    margin-left: 40px;
}

#b2{
    font-size: 15px;
    color: white;
    background-color: black;
    margin-left: 40px;
    border: solid black 2px;
    border-radius: 5px;
    border-width: 10px;
    margin-top: 15px;
}

.box2 h3{
    margin-top: 30px;
    margin-left: 15px;
    justify-content: space-evenly;
}
#fp{
    margin-left: 30px;
}
.accordion{
    background-color: white;
    color: black;
    padding: 4px;
    width: 100%;
    height: 30%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.5s;
   /* border-radius: 0px; */
   cursor: pointer;
   margin-top: 2px;
 /* box-shadow: 20px 20px 50px 15px rgb(250, 246, 246); */


}
#first{
    margin-top: 0px;
}
#last{
    margin-bottom: 2px;
}
.panel i{
    color: red;
}
.active, .accordion:hover {
  background-color:white;
  
}
.panel {

  background-color: white;
  display: none;
  overflow: hidden;
  /* border-bottom: black;
  outline: black; */
 border-bottom-right-radius: 10px ;
 border-bottom-left-radius: 10px;
  
  box-shadow: 10px 10px 5px rgb(243, 247, 248);

  padding-left: 15px;
}
.ques{
     

   background-color: rgb(251, 245, 245);
   /* border-top: none white;
   border-width: 2px;
   border-color: black;
   border-bottom: black;
    */
}
