.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.text-warning {
    color: darkorange;
}
.border-warning {
    border-color: darkorange;
}
.button-danger {
    color: white;
    background-color: orangered;
    border-color: orangered;
}