body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f3f4f6;
    color: #1f2937;
    box-sizing: border-box;
  }

  h1, h2, h3 {
    color: #111827;
    margin-bottom: 15px;
  }

  p {
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .mentions{
  position: absolute;
  padding-bottom: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  gap: 16px;
}

.mentionlegales{
  color: #7B7B7B;
  
}

  @media (max-width: 600px) {
    body {
      padding: 15px;
    }

   
  }