.nanum-pen-script-regular {
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
}


body{
  background:url("rosepink.gif");
  background-repeat:repeat;
  font-family: "Nanum Pen Script", cursive;
  font-size:18px;
}

h2{
  text-align:center;
}

.wrapper{
  background:url("corkbg.png");
  border:pink inset 20px;
  padding:10px;
  display:flex;
  flex-wrap:wrap;
}

.stickynote{
  background-color:pink;
  padding:20px;
  margin: 10px;
  width:15vw;
  height:15vw;
}