.post-it{
	font-family: 'Kalam', cursive;
}
.post-it>:nth-child(2)>:last-child{
	color: var(--colorFuenteTerciarioTarjetaPostIt);
}
.post-it>:nth-child(3){
	color: var(--colorFuentePrimarioTarjetaPostIt);
}
.post-it>:nth-child(4){
	color: var(--colorFuenteSecundarioTarjetaPostIt);
}


.c0 {
	/* background: linear-gradient(90deg, hsla(33, 100%, 53%, 1) 0%, hsla(58, 100%, 68%, 1) 100%) !important; */
	background: #ffeb3b !important;
}

.c1 {
	/* background: linear-gradient(150deg, hsla(94, 100%, 70%, 1) 0%, hsla(0, 100%, 77%, 1) 100%) !important; */
	background: #aeea00 !important;
}

.c2 {
	/* background: linear-gradient(90deg, hsla(175, 79%, 63%, 1) 0%, hsla(82, 96%, 57%, 1) 100%) !important; */
	background: #80deea !important;
}

.c3 {
	/* background: linear-gradient(90deg, hsla(31, 90%, 76%, 1) 0%, hsla(302, 82%, 76%, 1) 100%) !important; */
	background: #ff80ab !important;
}

.c4 {
	/* background: linear-gradient(90deg, hsla(40, 94%, 74%, 1) 0%, hsla(60, 89%, 72%, 1) 100%) !important; */
	background: #ff9e00 !important;
}

.c5 {
	/* background: linear-gradient(90deg, hsla(298, 68%, 90%, 1) 0%, hsla(30, 82%, 91%, 1) 100%) !important; */
	background: #ccccff !important;
}


.fa-thumbtack {

	position: relative;
	right: 45%;
	bottom: 10%;
	float: right;
	color: #c53612;
}


.deg-0 {
	transform: rotate(-3deg);
}

.deg-1 {
	transform: rotate(3deg);
}

.deg-2 {
	transform: rotate(-5deg);
}

.deg-3 {
	transform: rotate(5deg);
}