.container{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   }

h1{
    font-family: cursive;
    text-align: center;
    font-size: 50px;
}

h2{
    font-family: cursive;
    text-align: center;
    font-size: 40px;
}
h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;;
    text-align: center;
    font-size: 25px;
    background: rgb(143, 236, 205);
}

.question{
    font-size: 30px;
    font-weight: 800;
    background: rgb(252, 206, 214);
    color: rgb(63, 17, 17);
    margin: auto;
}

.answer{
    font-size: 25px;
    background: rgb(205, 241, 205);
    margin: auto;
}
.questionbox{
    background: rgb(252, 206, 214);
   
}
.answerbox{
    background: rgb(205, 241, 205);
   
}