.note-card {
	padding: 0.5em 1.5em 1.5em 1.5em;
	position: relative;
	box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.4);
	margin-top: 1em;
}

.note-card::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url("../img/textures/purple-paper.webp");
}

.note-card p {
	margin: 0px;
	line-height: 2em;
}

.note-card p:first-of-type {
	margin-top: 2em;
}

.note-card-lines {
	background-image: url("../img/textures/note-card-line.png");
	background-size: auto 2em;
	position: absolute;
	width: calc(100% - 3em);
	height: calc(100% - 1.5em);
	opacity: 0.2;
}

.tape {
	position: absolute;
	width: 50%;
	left: 25%;
	top: -20px;
	opacity: 0.85;
}