body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.2;
    background-image: url(end.jpg);
    background-size: cover;
}

.box {
    width:auto;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: auto;
    background-image: url(paper.jpg);
    border: 2px solid rgb(2, 2, 2);
    padding: 10px;
    margin: 10px;
    position: relative;
}

p {
    text-indent: 10px;
    text-align: center;
    }