body{
    overflow: hidden
}
.sticky_note_bg{
	background-image: url("img/sargahatter.png");
	background-size:cover;
	background-repeat:no-repeat;
	width: 350px;
	height: 350px;
	position: relative;
}
.sticky_note_bg p{
	position: absolute;
	top: 40px;
	left: 85px;
	width: 280px;
	transform: rotate(-5deg);
	font-size: 24px;
  font-family: 'Caveat', cursive;
	line-height: 1.2;
	color: #0072bc;
	height: 100%;
  font-weight:700;
}
.sticky_note_bg #textContainer span{
/*	margin-left: 30px;*/
}
.sticky_note_bg .logo{
	position: absolute;
  bottom: 40px;
  right: 30px;
  width: 125px;
}
