.txt-danger {
    color:var(--danger);
}
.bg-danger {
    background:var(--danger);
    color:#fff;
}
