


.paper {
    padding: 100px 100px;
    border: 5px solid rgb(0, 0, 0);
    position: absolute;
    

        background-image: url('paper.webp');
  
    
 
    
    background-size: 500px;
    background-position: center center;
    padding: 20px 100px;
    transform: rotateZ('-5deg');
    box-shadow: 1px 15px 20px 0px rgba(0, 0, 0, 0.5);
}
body {
    
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
        background-image: url('bg.jpeg');
    
    
    background-size: 1000px;
    background-position: center center;
}
.paper.heart{
    position: relative;
    width: 200px;
    height: 200px;
    padding: 0;
    border-radius: 50px;
}
.paper.image{
    padding: 10px;
}

.paper.image{
    font-size: 30px;
}

img{
    max-height: 200px;
    width: 100px;
    user-select: none;
}
.paper.heart::after{
    content:"";
    background-image: url(heart.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
}

p{
    
    font-size: 25px;
    color: rgb(0, 0, 100);
    opacity: 0.75;
    user-select: none;
font-weight: 300%;

}