/* Page CSS */
html{
    position: relative;
    width:  100%;
    height:  100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: black;
}
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;
    color: #232323;
    background-color: #f7f7f7;
}
a{
    color: #232323;
    text-decoration: none;
}
input, a, textarea{
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
input[type='checkbox'] {
    cursor: pointer;
}
.certificateWrap{
    position: relative;
    margin: 100px auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    width: 1000px;
    height: 776px;
}
.logosWrap{
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
}
.logosWrap img{
    position: absolute;
    height: 80px;
}
.fs-logo{
    position: absolute;
    right: 0px;
}
.headerWrap{
    position: absolute;
    top: 200px;
    left: 50px;
    right: 50px;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    font-style: italic;
    padding: 10px;
}
.contentWrap{
    position: absolute;
    top: 350px;
    left: 50px;
    right: 50px;
}
.contentWrap p{
    margin-bottom: 5px;
}
.contentWrap p b{
    font-weight: 600;
}
.contentWrap p.name{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
}
.contentWrap p.course{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.5px;
}
.signatureWrap{
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
}
.signatureWrap .director{
    font-size: 22px;
    font-weight: 600;
}
