.text-danger {
    color: red;
}

.text-left {
    text-align: left;
}

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

.btn-muted {
    background-color: gray;
    cursor: default;
}

.cd_group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
