@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
 
.QANDACls{
    background-color: white;
    font-family: "Roboto", sans-serif;
    overflow-y: auto;
    text-align: justify;
    border:  1px solid gray !important;

}
.questionContainer{
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid lightgray;
}
 
.questionContainer:target{
    background-color: #98c7e665;
    border-bottom: 4px solid #2e72a071;
}
     



.question{
    font-size: 20px;
    font-weight: bold;
}

.answer{
    font-size: 17px;
    margin-top: 10px;
}

.ancla{
    text-decoration: none;
    color: inherit;
    font-family: "Roboto", sans-serif;
    white-space: normal !important;
    font-size: 14px;
}
.anclaContainer{
    padding:10px;
    cursor: pointer;
}


.tutorialBtn{
 padding: 15px !important;
 font-size: 40px !important;
 margin-left: 150px;
}