
.change-positive {
    color: #4CAF50;
}
.change-neutral {
   color: black;
}
.change-negative {
    color: #fe4d6a;
}