.paper {
    position: relative;
    text-align: center;
    text-shadow: 0px 0px 6px #000000;
    -webkit-text-stroke-width: 1.1px;
    -webkit-text-stroke-color: #5b0000;
    color: #b30000;
    z-index: 1;
    font-family: 'Epic Postal Font';
}
.textonpaper {
    box-sizing: border-box;
    position: absolute;
    bottom: 88%;
    left: 49.15%; /* 49.15 */
    transform: translate(-50%, -50%);
    height: 8vw;
    line-height: 1.3vw;
    font-size: 1.5vw;
    text-align: center;
    white-space: pre;
}    