.text-gold {
    color: #FFD700 !important;
}

.text-silver {
    color: #C0C0C0 !important;
}

.text-bronze {
    color: #cd7f32 !important;
}

.bg-gold {
    background-color: #FFD700 !important;
}

.bg-silver {
    background-color: #C0C0C0 !important;
}

.bg-bronze {
    background-color: #cd7f32 !important;
}

.bg-gray {
    background-color: #7d2e2e !important;
}
