.bg-yellow{
    background-color: #f8ea1c;
}

.bg-orange{
    background-color: #e9540d;
}

.bg-gray{
    background-color:rgb(31, 31, 31);
}