body {
    background-color: #fefefe;
    background-size: cover;
    place-items: center;
    font-family: var(--font-sans);
    font-size:1.1em;
    color: #888;
}

.publi {
    width: 50%;
    margin: auto;
}
.publi a{
    color: chocolate;
}
.baratin {
    width: 75%;
    margin: auto;
    font-family: 'Times New Roman', Times, serif;
}
.retour a {
    text-decoration: none;
    color: #222;
}
.retour a:hover {
    text-decoration: none;
    color: chocolate;
}
p{
    width: 75%;
    margin: auto;
    font-family: 'Times New Roman', Times, serif;
}