body {
    padding: 20px;
}
.text-success {
    color: green;
}
.text-warning {
    color: orange;
}
.text-danger {
    color: red;
}
