:root {
    --bs-primary: #red;
    --bs-secondary: #yellow;
    --bs-success: #blue;
    --bs-danger: #blue;
    --bs-warning: #purple;
    --bs-info: #green;
    --bs-light: #orange;
    --bs-dark: #343a40;
}
