
body{
    background-color:#FFD09B ;
    margin: 0;
    padding: 0;
    height: 100vh;
}
.root{
    height: 100vh;
}
.App{
    height: 100vh;

}
.box{
    background-color: rgb(236, 232, 232);
    padding-top: 2rem;
    height: 25rem;
    width: 25rem;
    border-radius: 5%;
    text-align: center;
}
.box_container{
    padding: 10rem;
    display: flex;
    justify-content: center;
    height: 70rem;
}
.filler{
    display: flex;
    justify-content: space-around;
    font-size: larger;
    padding: 1rem;
}
.box >button{
    margin-top: 2rem;
    height: 2.5rem;
    width: 9rem;
    border-radius: 2rem;
    background-color: black;
    color: white;
    font-weight: bolder;
    font-size: large;
}
.Faqs{
    display: flex;
    height: 100vh;
    align-items: center;
}
.accordian-body > button{
font-size: x-large;
}
.accordian-header {
    font-size: x-large;
    }