nav{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
a{
    color: black !important;
}
.heading{
    text-align: center;
}
.margin-bottom-15{
    margin-bottom:15px;
}
.question-list{
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px;
    border-radius: 15px;
    background-color: #fff;
}
.question-list h4{
   margin:0;
   padding:0;
}
.question-list a,.questions-title {
    font-size: 18px;
    text-decoration:none;
    color:#1c7194 !important;
}
.answer-wrapper{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px;
}
.my-question{
    display: flex;
    justify-content: space-between;
    
}
.btn-outline-success {
    color: #fff;
    border-color: #6a0cc0;
    background-color: #6a0cc0;
}
.bg-light {
    background-color: #fff !important;
}
.heading {
    text-align: left;
    font-size: x-large;
    padding: 20px;
}
body{
    background-color: #f1ecf6;
}
.sk{
    text-align: center;
}