body {

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

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

#until7 {
    position: absolute;
    top: 50px;
    transform: translateX(-50%);

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


#fullname7 {
    position: absolute;     /* 🔑 NOT relative */
    top: 1130px;
    left: 33%;
    transform: translateX(-50%);

    width: 800px;
    min-height: 220px;
    max-height: 320px;

    font-size: 110px;
    font-family: "Arial Rounded Bold";
    color: white;
    line-height: 1.15;
    padding: 20px;

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

    text-align: center;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}


#bottomtext7 {
    position: absolute;   /* 🔑 NOT relative */
    top: 1450px;          /* adjust once */
    transform: translateX(-50%);

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


