body{
    overflow: hidden
}
.sticky_note_bg{
	background-image: url("img/narancs.png");
	background-size:cover;
	background-repeat:no-repeat;
	width: 350px;
	height: 350px;
	position: relative;
}
.sticky_note_bg p{
	position: absolute;
	top: 60px;
	left: 65px;
	width: 255px;
	transform: rotate(0deg);
	font-size: 18px;
  font-family: 'Caveat', cursive;
	line-height: 1.2;
	color: #004b88;
	height: 100%;
}
.sticky_note_bg p span{
    margin-left: 120px;
    font-size: 22px;
}
.sticky_note_bg #textContainer span{
/*	margin-left: 30px;*/
}
.sticky_note_bg .logo{
	position: absolute;
  bottom: 40px;
  right: 30px;
  width: 125px;
}
