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




body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

  background-size: 1000px;
  background-image: url("https://cdn.discordapp.com/attachments/1001535429364940955/1164523533897060414/blank-white-horizontal-indentations-2hdlbk930ja5gmvr.png?ex=6543860e&is=6531110e&hm=e17eef99061b276172b13d6c558e8313f0d89ae3348be24d4a72d4b5d8bdcf8e&");
  background-position: center center;
}

.paper {
  background-image: url("https://cdn.discordapp.com/attachments/1001535429364940955/1164523789225312256/images.png?ex=6543864b&is=6531114b&hm=34e9ccfe83a79302a75176e3520f040d706cf6540eccbab73746e50fc960259a&");
  background-size: 100px;
  background-position: center center;
  padding: 20px 100px;
  height: 40%;
  width: 20%;
  transform: rotateZ(-5deg);
  box-shadow: 1px 15px 20px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
}

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

.paper.image {
  padding: 10px;
}

.paper.image p {
  font-size: 30px;
}

img {
  width: 100%;
  height: 100%;
}


.paper.heart::after {
  content: "";
  background-image: url('https://cdn.pixabay.com/photo/2016/03/31/19/25/cartoon-1294994__340.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.6;
}

p {
  font-family: 'Zeyada';
  font-size: 50px;
  color: rgb(0, 0, 100);
  opacity: 0.75;
  user-select: none;

filter: drop-shadow(2px 1.5px 1px rgba(0,0,105,0.9));
}