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

body{
  padding:0;
  margin:0;
 height:100vh}

.note{
   filter: drop-shadow(2.5px 5px 7.5px rgba(0, 0, 0, 0.2));
}

.note_content{
 width:500px;
 height:710px;
  margin:1rem auto 0;
  padding:2rem;
  background:url(https://cdn.pixabay.com/photo/2016/10/23/15/47/paper-1763262_1280.png) no-repeat top left / cover;
  position:relative;
  z-index:1;
  }


.note_content p{
  font-family: 'Italianno', cursive;
  font-size:2.5rem;
  transform:rotate(-0deg);
  padding:2rem;
  line-height:1
}
