@import url('https://fonts.googleapis.com/css2?family=Kristi&family=Roboto:wght@300&display=swap');



body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;;
  background-image: url("https://wallpaperaccess.com/full/1152413.jpg");
  background-position: center center;
}

.paper {
  background-image: url("https://media.istockphoto.com/photos/water-paper-texture-background-in-light-pale-pink-tone-picture-id1147654627?k=6&m=1147654627&s=170667a&w=0&h=fnwm5hdJX00vqSWnsllF4TWBziRumz6kDT6DZRmZGvI=");
  background-size: 500px;
  background-position: center center;
  padding: 20px 100px;
/*  min-width: 800px; */
  border-radius: 5px;
  transform: rotateZ(-5deg);
  box-shadow: 1px 15px 20px 0px rgba(0,0,0,0.5);
  
  position: absolute;
}

.paper.heart {
  position: relative;
  width: 400px;
  height: 400px;
  padding: 0;
  border-radius: 50%;
}

.paper.image {
  padding: 10px;
  border-radius: 5px;
}
.paper.image p {
  font-size: 30px;
}

img {
  max-height: 200px;
  max-width: 100%;
  user-select: none;
  align-self: center;
  border-radius: 10px;
}

.paper.heart::after {
  content: "";
  background-image: url('ily.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 350px;
  background-position: center center;
  background-repeat: no-repeat;
}

p {
  font-family: 'Kristi', cursive;
  font-size: 50px;
  color: rgb(29, 10, 63);
  user-select: none;
  font-weight: 200;
}