.bg-income{
    color: green;
}
.bg-outcome{
    color: red;
}
.bg-profit{
    color: #00C500;
}
.bg-loss{
    color: darkred;
}