*,
*::before,
*::after {
  box-sizing: border-box;

}



body h1{
    text-align: center;
    margin-top: 50px;
}
.texts-mentions{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    height: fit-content;
}

.text-mention p{
    font-size: var(--text-size);
}
.text-mention h2{
    font-size: 1.5rem;
}