.card{
  margin: 8px 0;
}

.row{
  margin: 5px 0;
  cursor: pointer;
}

.row:hover{
  background-color: #f8f9fa;
}

a{
  color: #212529;
}