html {
    transform: scale(0.5);
    transform-origin: top center;
    height: 100%;
}

@font-face {
    font-family: 'Web font';
    src: url('../fonts/MyriadProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1778px;
    width: auto;
    margin: 0 auto;
    padding: 15px;
    box-sizing: content-box;
}

.certificate {
    width: 1778px;
    height: 1264px;
    transform: translateX(-50%);
    margin: 0 auto;
    position: relative;
    left: 50%;
    background-position: center;
    background-size: contain;
}

.stamp {
    bottom: 910px;
    margin: 0 0 0 165px;
    position: absolute;
    text-align: center;
}

.logo {
    bottom: 1010px;
    margin: 0 0 0 1400px;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.text {
    width: 100%;
    position: absolute;
    font-family: 'Web font', sans-serif;
    text-align: center;
}

.certificate .name {
    bottom: 703px;
    margin: 0 -2px;
    font-size: 133px;
}

.certificate .course-name {
    bottom: 743px;
    margin: 0 -2px;
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
}

.full-name-link {
    text-decoration: none;
    color: #40291f;
}

.lang {
    font-size: 39.9px;
    font-family: 'Web font', sans-serif;
    text-decoration: none;
    color: darkblue;
}

.certificate .begin-course {
    bottom: 673px;
    font-size: 39.9px;
    color: #735748;
}

.certificate .owner-name {
    bottom: 603px;
    font-size: 71px;
    color: #40291f;
}

.certificate .owner-name h3 {
    margin: 0;
    font-weight: 400;
}

.certificate .description-box {
    bottom: 195px;
    height: 405px;
    width: 1228px;
    margin: 0 0 0 275px;
}

.certificate .description-box .end-course {
    margin-top: -12px;
    font-size: 39.6px;
    color: #735748;
}

.certificate .description-box .end-course .description {
    margin-top: -52px;
    font-size: 29.67px;
    width: 1225px;
    color: #735748;
}

.certificate .author-box {
    bottom: 166px;
    width: 290px;
    height: 80px;
    margin: 0 0 0 1211px;
}

.certificate .roadmap {
    bottom: 170px;
    width: 300px;
    height: 80px;
    margin: 0 0 0 270px;
    font-size: 42px;
    text-decoration: none;
}
.certificate .profile-link {
    bottom: 200px;
    width: 500px;
    height: 80px;
    margin: 0 0 0 180px;
    font-size: 35px;
    color: #735748;
}

.certificate .author-box .author-name {
    bottom: 0.5px;
    font-size: 31px;
    font-weight: 600;
    text-align: right;
    color: #735748;
}

.certificate .author-box .author {
    bottom: -40px;
    text-align: right;
    font-size: 31.4px;
}

.certificate .date-box {
    bottom: 166px;
    width: 300px;
    height: 80px;
    margin: 0 0 0 275px;
}

.certificate .date-box .date {
    bottom: 0.5px;
    font-size: 33px;
    text-align: left;
    font-weight: 600;
    color: #735748;
}

.certificate .date-box .date-issue {
    bottom: -40px;
    text-align: left;
    font-size: 31.5px;
}