.sticky-note {
	position: relative
}

.sticky-note img {
	width: 220px
}

.sticky-note p {
	margin: 0px;
}

.sticky-note-content {
	position: absolute;
	width: 185px;
	height: 185px;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	display: flex;
	text-justify: center;
	justify-content: center;
	align-content: space-around;
	flex-direction: column;
	font-size: 0.8em;
}