@page {
    size: a4 portrait;
    margin: 25mm 10mm 25mm 10mm;
    counter-increment: page;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: pre;
    color: grey;
    
    @bottom-left {
        content: '© 2021 Spectator';
        font-size: 10px;
        font-weight: 200;
    }
    /* @top-center {
        content: string(chapter);
    } */
    @bottom-right {
        content: 'Page ' counter(page);
        font-size: 10px;
        font-weight: 200;
    }
}