._orange{
    color:orange;
}

._gold{
    color:#b6a06b;
}

._red{
    color:red;
}

._green{
    color:rgb(0, 212, 0);
}