body{
    overflow: hidden
}
.sticky_note_bg{
	background-image: url("img/alapzsofi.png");
	background-size:cover;
	background-repeat:no-repeat;
	width: 350px;
	height: 350px;
	position: relative;
}
.sticky_note_bg p{
	position: absolute;
	top: 35px;
	left: 90px;
	width: 280px;
	transform: rotate(-11deg);
	font-size: 23px;
	font-family: 'Kalam', cursive;
	line-height: 1.2;
	color: #000;
	height: 100%;
}
.sticky_note_bg #textContainer span{
/*	margin-left: 30px;*/
}
.sticky_note_bg .logo{
	position: absolute;
  bottom: 40px;
  right: 30px;
  width: 125px;
}
