.narsi-btn{
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(102, 112, 133, 0.2);
    width: 140px;
    height: 56px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.narsi-btn.active{
    background-color: rgba(236, 255, 206, 1);
    color: rgb(0, 0, 0);
}

#narasi{
    background-color: rgb(255, 255, 255);
}

@media (max-width: 576px) {
    .narsi-btn{
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(102, 112, 133, 0.2);
    width: 60px;
    height: 26px;
    border-radius: 8px;
    font-size: 10px;
    }
}
