  html {
    font-size: 16px;
  }

  body {
    font-family: "Helvetica", sans-serif;
    font-size: 1rem;
  }

  h1,
  h2 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-block: 0em;
  }

  p {
    font-size: 1rem;
    margin-block: 0em;
  }

  a {
    color: rgb(0, 0, 0);
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
  }

  .row {
    background-color: rgb(255, 255, 255);
    padding: 0px;
    margin-bottom: 10px;
  }

  .col {
    border: 1px solid rgb(0, 0, 0);
    padding: 10px;
  }

  /* Styles pour mes images bon format responsive (à peu près) */
  .col img {
    width: 100%;
    height: auto;
    display: block;
  }