section, h1 {
    width: 800px;
    max-width: 100%;
    margin: auto;
}
h1 {
    margin-bottom: 2rem;
    font-size: 14pt;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 400;
}
.contenu {
    font-family: 'WorkSansLight';
}