#tablet {
    display: none;
}
#certificate,
#indicative {
    background-color: white;
    display: block;
    height: 1450px;
    position: absolute;
    text-align: center;
    width: 1024px;
}
#indicative {
    margin-top: 50px;
    position: relative;
    text-align: left;
    top: 1450px;
}
#certificate img,
#indicative img {
    height: 1450px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1024px;
}
#certName,
#certInfo,
#certScore,
#dateInfo {
    font-family: arial;
    font-weight: bold;
    position: absolute;
}
#certName {
    color: black;
    font-size: 30px;
    left: 0;
    text-align: center;
    top: 750px;
    width: 100%;
}
#certInfo {
    color: black;
    font-size: 35px;
    line-height: 50px;
    left: 0px;
    text-align: center;
    top: 900px;
    width: 100%;
}
#certScore {
    color: white !important;
    font-size: 30px !important;
    /*font-style: italic;*/
    font-weight: bold;
    left: 883px;
    text-align: center;
    top: 1258px;
    width: 90px;
}
#dateInfo {
    color: black;
    font-weight: normal;
    font-size: 30px;
    left: 0;
    text-align: center;
    top: 1000px;
    width: 100%;
}

#indicative div {
    padding-top: 380px;
}
#indicative h2 {
    font-size: 40px;
}
#indicative li {
    font-size: 34px;
    line-height: 40px;
}
