.btn-remover {
  float: right;
}
.btn-remover:hover {
  color: red;
}
.divProgress {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
