body{
    overflow:hidden;
}
.sticky_note_bg{
	background-image: url("img/sticky_bg.png");
	background-size:cover;
	background-repeat:no-repeat;
	width: 350px;
	height: 350px;
	position: relative;
}
.sticky_note_bg p{
	position: absolute;
	top: 60px;
	left: 40px;
	width: 280px;
	transform: rotate(-3.5deg);
	font-size: 24px;
	font-family: 'Marck Script', cursive;

}
