body {

    /*background:white;*/
    padding:0;
    margin:0;
}

#approval10 {
    position: relative;  /* 🔑 REQUIRED */
    width: 2500px;
    height: 2500px;
    margin: 0 auto;
    background: url('../seal-designs/10.png') no-repeat top center;
}

#until10 {
    position: absolute;
    top: 550px;   /* adjust once */
    left: 1050px;

    font-size: 120px;
    color: black;
    font-family: "MyriadPro-Bold";
    text-align: center;
}

#fullname10 {
    position: absolute;
    top: 1080px;
    left: 320px;

    width: 700px;
    min-height: 260px;

    font-size: 120px;
    font-family: "Arial Rounded Bold";
    color: black;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    line-height: 1.05;

    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

#bottomtext10 {
    position: absolute;
    top: 1450px;  /* adjust once */
    left: 355px;

    font-size: 160px;
    letter-spacing: -3px;
    color: black;
    font-family: "MyriadPro-Bold";
    text-align: center;
}

