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: 32px;
	left: 80px;
	width: 255px;
	transform: rotate(-6deg);
	font-size: 19px;
  font-family: 'Caveat', cursive;
	line-height: 1.2;
	color: #004b88;
	height: 100%;
}
.sticky_note_bg #textContainer span{
/*	margin-left: 30px;*/
}
.sticky_note_bg .logo{
	position: absolute;
  bottom: 40px;
  right: 30px;
  width: 125px;
}
