.modal-header{
    background-color: rgb(139, 42, 48);
    color: white
}

.modal-title{
    color: white
}

.input-group>select {
    text-align: center;
    width: 70%;
}

.modal-header button[class=close]{
    color: white;
}

.btn-exit{
    background-color: rgb(36,36,36);
    color: white;
}
.btn-exit:hover{
    background-color: rgb(27, 27, 27);
    color: white;
}
