.gist-btn
{
    border-radius: 6px;
    padding: 8px 16px;
    border-right: none;
    border-left: none;
    border-top: none;
    text-align: center;
    cursor: pointer;
}

.btn-set-bl
{
    color: #fff;
    background-color:#6e8cc8; /* #95cad5; */
    border-bottom: 3px solid #6682b9;
}

.btn-set-rd
{
    color: #fff;
    background-color: #c4979c;
    border-bottom: 3px solid #ad868a;
}


.gAnswer
{
    display: flex;
    border-radius: 5px;
    background-color: palevioletred;
    color: white;
    padding: 6px 4px;
    margin: 6px 0;
    width: 35%;
    justify-content: center;
    
}
