.text-red {
    font-weight: bold;
    color: rgb(202, 5, 5);
}

.text-orange {
    font-weight: bold;
    color: rgb(255, 165, 0);
}

.text-green {
    font-weight: bold;
    color: rgb(0, 128, 0);
}