.btn-delete {
  color: #df2e1b;
  background-color: transparent;
}

.btn-delete:hover {
  background-color: #df2e1b;
  color: #fff;
}
