.container {
  border: 1px solid transparent;
  transition: border-color 0.3s;
  cursor: pointer;
}

.card:hover {
  border-color: #0d6efd;
}

