.progress-table {
    width: 100%;
    max-width: 600px; /* Defina uma largura máxima que desejar */
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
  }

  
.progress::-webkit-progress-bar {
    border-radius: 10px;
 }
 
 .pr0::-webkit-progress-value {
    background-color: rgb(46, 46, 46);
 }
 
 progress {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #a5a5a5;
    background-color: #fff;
 }
  
  .teste .detail .types {
    padding: 0;
    margin: 1rem;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .number {
    color: #00000086;
  }
  
  .teste .detail .types .type {
    color: #fff;
    padding: .25rem .5rem;
    margin: .25rem 0;
    font-size: 1rem;
    border-radius: 1rem;
    filter: brightness(1.1);
    text-align: center;
    width: 50%;
  }
  
  .name {
    font-size: 2rem;
    font-weight: 300;
    margin-top: 10px;
  }
  
  .height, .weight{
    font-size: 1rem;
    text-align: center;
  }
  
  .teste .name {
    color: #000;
    margin-bottom: .25rem;
    text-transform: capitalize;
  }
  
  .card {
    border-radius: 1rem;
    border-width: .15rem;
    border-color: #c4bcbce9;
  }
  