.button{
    color: #b14040;
    background-color: rgb(241, 238, 238);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0px;
}
/* 
.answerSelected.clicked{
   border: 2px solid rgb(138, 141, 220); 
   outline: none;
    
} */
/* 
.answerSelected:hover{
    border: 2px solid brown; 
     
 } */

 .answerSelected,.answerSelected:hover{
        padding: 10px;
        background-color: lightgray;
        cursor: pointer;
        outline: none;
        transition: box-shadow 0.2s;
 }

 .answerSelected:focus,
 .answerSelected:active {
   outline: none;
   box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
 }

.card-text{
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
}

/* not used */
.answerSelectedDisabled{
    color: #b14040;
    pointer-events: none;
}

body{
    font-family: 'Times New Roman',sans-serif, "ALDHABI";
    font-size: 24px;
}
h1{
    font-size: 30;
    margin-top: 30px;
}
table{
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}

