:root {
    --main-text-color: #021544;
    --secondary-text-color: #505050;
}

.certificate-wrapper {
    position: relative;
    width: calc(29.7cm - 0px);
    height: calc(21cm - 1px);
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.certificate-body {
    padding: 0 92px 27px 287px;
}

.certificate-head {
    margin: 68px 0 47px;
    justify-content: flex-end;
}

.certificate-logo {
    height: auto;
}

.main-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
}

.user-name {
    color: var(--main-text-color);
    font: 400 27px/27px "e-Ukraine",sans-serif;
    text-align: center;
    padding: 0 0 9px;
    margin: 0 0 5px;
    border-bottom: 1px solid var(--main-text-color);
    border-radius: 1px;
}

.user-sub-text {
    color: var(--main-text-color);
    font: 400 13px/13px "e-Ukraine",sans-serif;
    text-align: center;
    margin: 0 0 41px;
}

.course-name {
    color: var(--main-text-color);
    font: 400 34px/36px "e-Ukraine",sans-serif;
    text-align: center;
    margin: 0 0 10px;
}

.score-wrapper {
    display: flex;
    justify-content: center;
    color: var(--main-text-color);
    font: 400 12px/12px "e-Ukraine",sans-serif;
    margin: 0 0 38px;
}

.score-text {
    margin: 0;
}

.skills-text {
    color: var(--main-text-color);
    font: 400 16px/16px "e-Ukraine",sans-serif;
    text-align: center;
    margin: 0 0 30px;
}

.secondary-text {
    color: var(--secondary-text-color);
    font: 300 12px/16px "e-Ukraine",sans-serif;
    margin: 0;
}

.certificate-bottom {
    display: block;
}

.signature {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.signature span {
    display: block;
    color: var(--main-text-color);
    font: 400 13px/13px "e-Ukraine",sans-serif;
    padding: 0;
    letter-spacing: initial;
}

.signature img {
    height: auto;
    margin: 0 0 0 28px;
}

.signature-name {
    text-transform: uppercase;
    margin: 0 0 4px;
}

.signature-role {
    font-size: 12px;
    margin: 0;
    font: 300 12px/12px "e-Ukraine",sans-serif !important;
}

.certificate-id-and-ects {
    margin: 38px 0 0;
}

.certificate-id-and-ects .certificate-number {
    color: var(--main-text-color);
    font: 300 18px/18px "e-Ukraine",sans-serif;
}

.certificate-id-and-ects .certificate-number:first-child {
    margin: 0 0 12px;
}

.certificate-id-and-ects .certificate-number span {
    display: initial;
    color: var(--secondary-text-color);
    font: 300 18px/18px "e-Ukraine",sans-serif;
}

.certificate-id-and-ects .certificate-number:last-child span {
    color: var(--secondary-text-color);
    font-size: 18px;
}

.certificate-bottom-text {
    color: var(--secondary-text-color);
    font: 300 10px/12px "e-Ukraine",sans-serif;
    margin: 24px 0 0;
}
