body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: tan;
    background-image: url("https://ovaland.neocities.org/images/Screenshot%202025-07-26%20194340.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border: 20px solid tan;
    border-radius: 20px;
}

.div1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;

    border: 0px solid;

    width: 25cm;
    height: 20cm;

}

.paper {
    position: relative;

    width: 25cm;
    right: 15px;
}

.div2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;

    border: 0px solid;

    width: 25cm;
    height: 15cm;
}

.head {
    position: relative;
    width: 25cm;

    margin-top: 15px;

}

.text {
    position: absolute;
    border: 0px solid;
    padding: 10px;
    font-size: 40px;
    left: 250px;
    width: 400px;
}