/* https://mpdf.github.io/css-stylesheets/supported-css.html */

*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    height: 100%;
}
body {
    color: #231F20;
    font-family: 'Times New Roman', 'Helvetica', 'Arial', sans-serif;
    width: 100%;
    height: 100%;
}

.certificate {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #231F20;
    width: 792px;
    height: 604px;

    /*// 0,7625*/
}
.certificate-title {
    display: block;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    width: 792px;
    padding-top: 227px;
}

.certificate-date {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 120px;
}
.certificate-date.--exam        {margin-top: 166px;margin-left: 337.5px}
.certificate-date.--expiry      {margin-top: -16.5px;margin-left: 488px}

.certificate-date.--exam-acpf   {margin-top: 166px;margin-left: 341px}
.certificate-date.--expiry-acpf {margin-top: -16.5px;margin-left: 483px}