#tablet {
    display: none;
}
#certificate {
    background-image: url(../interface/certificate.png);
    background-repeat: no-repeat;
    background-color: white;
    height: 1450px;
    position: relative;
    text-align: center;
    width: 1024px;
}
#certTitle,
#certName,
#certInfo,
#certScore {
    font-family: arial;
    font-weight: bold;
    position: absolute;
}
#certTitle {
    color: blue;
    font-size: 45px;
    left: 210px;
    top: 190px;
    width: 600px;
}
#certName {
    font-size: 30px;
    font-style: italic;
    left: 160px;
    top: 610px;
    width: 700px;
}
#certInfo {
    color: #005290;
    font-size: 35px;
    line-height: 50px;
    left: 200px;
    top: 670px;
    width: 600px;
}
#certScore {
    color: rgb(255,255,255) !important;
    font-size: 30px !important;
    font-style: italic;
    font-weight: bold;
    left: 672px;
    text-align: center;
    top: 1058px;
    width: 102px;
}