.active{
    background-color: green;
    color: white;
}

.impact-card:hover{
    transition: all 1s;
}
