html, body {
    width: 210mm;
    height: 297mm;
}

.icon.icon-whatsapp {
    background: transparent center center no-repeat url('images/icon/whatsapp/black-and-white.svg');
    background-size: 100% 100%;
}

.icon.icon-bitbucket {
    background: transparent center center no-repeat url('images/icon/bitbucket/black-and-white-64.png');
    background-size: 100% 100%;
}

.icon.icon-linkedin {
    background: transparent center center no-repeat url('images/icon/linkedin/black-and-white.svg');
    background-size: 100% 100%;
}

.contant-entry a[href], .contant-entry ::part(anchor) {
    text-decoration: none;
    color: black;
}

@page {
    size: A4;

    @bottom-center {
        content: counter(page) ' of ' counter(pages)
    }
}

details.project-long-info {
    display: none;
}