
.btn-danger-custom{
    background-color: #E74C3C;
    color : white;
    transition: color 0.3s;
}

.btn-danger-custom:hover {
  color: black !important;
  background-color: #E74C3C !important;
}
