body{
  color: #A65221;
  margin: 40px;
  font-family: "marine", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  background-color: #D9B6A3;
  font-size: clamp(1.0625rem, 0.875rem + 0.6vw, 1.25rem);
  
}

.titre {
  color: #BF8580;
    font-family: "marine", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    font-size: clamp(1.5rem, 0.375rem + 3.6vw, 2.625rem);

}

.box2 {
  color: #A65221;

}
  .grid-container {
    display: grid;
    grid-template-columns: auto 1fr; /* Colonne gauche fixe à 100px, droite flexible */
    gap: 1em; /* Espacement entre les colonnes */
    align-items: baseline; /* Alignement vertical des items */
    margin-bottom: 1em; /* Espacement entre les phrases */
  }

  .numero {
    color: #947268;

  }

  .phrase {
    width: 100%;
    height: 50%;
    border-radius: 20px;
    background-color: #BF8580;
    text-align: center;

  }

  button {
    width: 100px;
    height: 40px;
    background-color: #F2D3D0;
    border-radius: 20px;
    border-color: #947268;

  }

  #ensemble-id{
    color: #BF8580;
  }
