html, body {
  margin:0;
  padding:0;
  font-family:sans-serif;
}
p {
  padding:20px;
}

.content {
  background-image:url("gatito1.png"), url("FLORES.jpg");
  background-repeat:no-repeat, no-repeat;
  background-position: right 20px bottom 20px, center top;
  background-color: #FCF6ED;
}
.note-one {
  width:220px;
  height:350px;
  margin-left:20px;
  margin-top:20px;
  position:relative;
  background-color: #F0E8DD transparent;
  background-image:url("marco1.png");
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  flex-direction: column; 
  justify-content: flex-start;
  align-items: center;
  background-size: 100% 100%;
  overflow:auto;
}

.texto-nota {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  color: #333;
}


.img-calentadores {
  width: 80%;
  height: auto;
  display: block;
  margin: 20px auto 0 auto;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
  cursor: pointer; /* Cambia el cursor a una manita para que sepan que se puede picar */
}

.img-calentadores.active {
  position: absolute;
  width: 250px;
  z-index: 9999;
  transform: rotate(8deg);
}

.note-two {
  background-color: rgb(219 212 202 / 75%);
  width:350px;
  height:400px;
  margin-top:20px;
  position:relative;
  transform:rotate(2deg);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  color: #333;
  box-sizing: border-box;
  padding: 30px;
}

.mi-sticker-1 {
 position: absolute;       /* Lo vuelve flotante */
  z-index: 10;              /* Lo pone por encima de todo */
  width: 115px;              /* El tamaño */
  top: -40px;               /* Posición: arriba */
  right: -55px;              /* Posición: derecha */
  transform: rotate(10deg);       /* Inclinación */
 }

.mi-sticker-2 {
  position: absolute;       /* Lo vuelve flotante */
  z-index: 10;              /* Lo pone por encima de todo */
  width: 120px;              /* El tamaño */
  bottom: -15px;             /* Posición: abajo */
  left: -70px;               /* Posición: izquierda */
  transform: rotate(-8deg);/* Inclinación */
}
  
.mi-sticker-1, .mi-sticker-2 {
  transition: transform 0.3s ease;
  cursor: pointer; /* Cambia el cursor a una manita para que sepan que se puede picar */
}

.mi-sticker-1.active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(3) rotate(0deg);
  z-index: 99999; /* Se pone por encima de absolutamente todo al agrandarse */
}

.mi-sticker-2.active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(3) rotate(-4deg);
  z-index: 99999;
}

.note-two::before {
   content: "";
	 position: absolute;
	 bottom: -1.8em;
	 right: 0;
	 border-width: 2em 2em 0 0;
	 border-style: solid;
	 border-color: #B8AFA3 transparent;
  
}
.note-two::after {
	 content: "";
	 position: absolute;
	 bottom: -1.8em;
	 left: 0;
	 right: 1.9em;
	 border-width: 1em;
	 border-style: solid;
	 border-color: rgb(219 212 202 / 75%);
}

.note-three {
  background-image:url("nota1.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform:rotate(-2deg);
  width: 300px;
  height: 450px;
}

.note-three-top{
  background-color:#FAFAFA transparent;
  width:300px;
  height:40px;
}
.note-four {
  background-color:#D6CCB4;
  width:200px;
  height:300px;
}
.note-five {
  position:relative;
  background-color: rgb(255 255 255 / 75%);
  width:500px;
  height:700px;
  background-image:url("nota5.png");
}
.note-five-fg {
  background-color: #D0E3BC;
  width:200px;
  height:200px;
  position:absolute;
  top:0;
  right:0;
  transform:rotate(-4deg);
}
.row {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:20px;
  justify-content:space-evenly;
  align-items:center;
}
.row > div {
  margin-right:30px;
  margin-bottom:30px;
}
.paperclip {
  max-width:60px;
  position:absolute;
  top:-30px;
  left:50px;
}
.blue {
  background-color:lightblue;
  transform:rotate(-2deg);
}
.blue::before {
   content: "";
	 position: absolute;
	 bottom: -1.9em;
	 right: 0;
	 border-width: 2em 2em 0 0;
	 border-style: solid;
	 border-color: #89b6c4 transparent;
  
}
.blue::after {
	 content: "";
	 position: absolute;
	 bottom: -1.9em;
	 left: 0;
	 right: 1.9em;
	 border-width: 1em;
	 border-style: solid;
	 border-color: lightblue;
}
.tack {
  width:30px;
  margin:0 auto;
  display:block;
  margin-top:10px;
}
.larger {
  width:70px;
  margin-left:50px;
  margin-top:0px;
}
.tape {
  width:110px;
  margin-top:-20px;
  margin-left:-20px;
  transform:rotate(5deg);
}
.intro {
  width:500px;
  height:100px;
  text-align:center;
  background-color:#6d457d;
  background-image:url('https://yesterweb.org/img/bb/starring.png');
  color:white;
  transform:rotate(2deg);
}
.intro > p {
  margin:20px;
  padding:0;
}