.card {
    /* background: #222; */
    border: 1px solid #151214;
    color: rgba(250, 250, 250, 0.8);
    margin-bottom: 2rem;
  }
  
  .btn {
    /* border: 5px solid black; */

    text-decoration: none;
  }
  .btng {
    border: 1px solid rgb(233, 136, 10);

    text-decoration: none;
  }
  
  .btn:hover, .btn:focus {
        background: var(--gradient) !important;
    -webkit-background-clip: none !important;
    -webkit-text-fill-color: rgb(10, 10, 10) !important;
    border: 5px solid rgb(17, 17, 17) !important; 
    box-shadow: #222 1px 0 10px;
    text-decoration: underline;
  }
  .cardp{
    color: black;
  }
  .cartce{
    justify-content: center;
    text-align: center;
  }