.bg-purple-custom {
  background-color: #6f42c1; /* Example purple hex code */
  color: white;
}

.card-body .btn {
  width: 150px; /* Set a fixed width */
}
