body {

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

#approval9 {
    position: relative;
    padding:0;
    margin:0 auto;
   /* background:white;*/
    width: 2500px;
    height: 2500px;
    background-repeat:no-repeat;
    background-image:url('../seal-designs/9.png');
    /*background-image:url(with-text.jpg);*/
    background-position:top center;
}

#until9 {
    position: absolute;
    top: 1430px;  /* adjust once */
    left: 30%;
    font-size: 140px;
    color: black;
    font-family: "MyriadPro-Bold";
    text-align: center;
}


#fullname9 {
    position: absolute;
    top: 530px;
    left: 33%;
    transform: translateX(-50%);
    width: 800px;
    min-height: 260px;
    text-align: center;
    color: white;
    font-family: "Arial Rounded Bold";
    font-size: 135px;
    line-height: 1.15;
    padding: 20px;

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

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

#bottomtext9 {
    position: absolute;
    top: 950px;  /* adjust once */
    left: 32%;
    font-size: 170px;
    letter-spacing: -3px;
    color: white;
    font-family: "MyriadPro-Bold";
    text-align: center;
}

