a,
a:hover {
  text-decoration: none;
}
a.delete,
button.delete {
  background-color: rgb(194, 16, 16);
  border-color: rgb(194, 16, 16);
  color: white;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
button.delete:hover {
  background-color: #fff;
  color: black;
}
