.custom-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
  }
  
  .custom-card-header {
    background-color: #343a40;
    color: #fff;
    border-radius: 10px 10px 0 0;
  }
  
  .custom-text {
    color: #6c757d;
    font-size: 1rem;
  }
  
  .custom-button {
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .custom-button:hover {
    background-color: #495057;
    border-color: #495057;
  }
  