a, button, img, .album img, .peliculas img {cursor: url('cursor.png') 0 0, auto !important; }

 html, body {cursor: url('cursor.png') 0 0, auto; }

 body {background: linear-gradient(160deg, #ff96d5 0%, #ffd6ec 40%, #ffffff 100%); background-attachment: fixed; margin: 0; padding: 0; }

 body * {font-family: 'Courier New', monospace !important; }

 header, header *, footer, footer * {font-family: 'Times New Roman', Times, serif !important; }

 header {font-family: 'Times New Roman', Times, serif; display: flex; flex-direction: column; align-items: center; padding: 20px 20px; }

 header img {display: block; max-width: 100px; height: auto; margin-bottom: 20px; }

 header ul {display: flex; gap: 100px; list-style: none; margin: 0; padding: 0; }

 header ul li a {text-decoration: none; color: rgb(0, 0, 0); font-size: 15px; font-weight: bold; transition: color 0.3s ease; }

 header ul li a:hover {color: #c74b5a; }

 header {background: #ff96d5; color: white; text-align: center; padding: 20px; font-size: 24px; }

 .container {display: flex; padding: 20px; gap: 20px; }

 .perfil {width: 25%; background: #e3e3e3; padding: 15px; display: flex; flex-direction: column; align-items: center; gap: 20px; border-radius: 10px; overflow: visible; height: auto; }

 .perfil img {width: 40%; border-radius: 8px; }

 .info p {font-size: 14px; margin-bottom: 6px; }

 .box {padding: 10px; border-radius: 6px; }

 .box h3 {font-size: 16px; margin-bottom: 10px; }

 .violetita {background: #cdb4db; color: white; }

 .rojo {background: #c9184a; color: white; }

 .violeta {background: #a166a6; color: white; }

 .box.azul {background-color: #ff4d6d; color: white; padding: 15px; margin-top: 10px; }

 .box.violetita a {text-decoration: none; font-weight: bold; color: #1a1a1a; transition: color 0.3s ease; }

 .box.violetita a:hover {color: #a166a6; }

 .box.azul h3 {margin-bottom: 8px; font-family: "Courier New", monospace; }

 .peliculas {display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 10px; justify-items: center; }

 .box.azul {background-color: #ff4d6d; }

 .peliculas {display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }

 .peliculas img {width: 100%; max-width: 130px; height: 200px; object-fit: cover; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.2s, box-shadow 0.2s; }

 .musica {display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; justify-items: center; padding: 20px 0; }

 .album {width: 180px; text-align: center; font-family: 'Courier New', monospace; color: white; }

 .album img {width: 100%; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); }

 .album p {margin-top: 10px; font-size: 14px; }

 .box {border-radius: 12px; padding: 20px; margin-bottom: 30px; color: white; }

 .box.rojo {background-color: #c9184a; }

 .contenido-box img {width: 100%; border-radius: 10px; display: block; margin: 0 auto; }

 .contenido {width: 75%; display: flex; flex-direction: column; gap: 20px; }

 .grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }

 .grid img {width: 100%; border-radius: 6px; }

 .musica div {text-align: center; }

 .musica img {width: 100%; border-radius: 8px; cursor: pointer; }

 .academic-data {margin-top: 20px; padding: 20px; background: #f4f4ff; border-left: 4px solid #61a5c2; border-radius: 8px; }

 .academic-data p {margin: 5px 0; font-size: 0.95rem; }

 footer {background-color: #ff96d5; padding: 20px; text-align: center; font-size: 10px; line-height: 1.5; }

 .seccion-final {background: transparent; padding: 60px 40px; text-align: center; color: #000; font-family: 'Courier New', monospace; }

 .seccion-final h3 {font-size: 22px; font-weight: bold; margin-bottom: 20px; }

 .miembro {background-color: rgba(0, 0, 0, 0.5); display: inline-block; padding: 15px 25px; border-radius: 10px; color: white; font-weight: bold; }

 .miembro a {text-decoration: none; color: #2e0066; font-weight: bold; transition: color 0.3s ease; }

 .miembro a:hover {color: #ffb6e6; }

 .datos-academicos {text-align: center; padding: 60px 20px; background: rgba(255, 179, 230, 0.5); border-radius: 20px; margin: 50px auto; max-width: 1000px; box-shadow: 0 8px 20px rgba(255, 150, 213, 0.4); }

 .datos-academicos h2 {font-size: 2rem; color: #6b217e; margin-bottom: 30px; font-family: 'Courier New', monospace; }

 .bloques {display: flex; justify-content: space-around; flex-wrap: wrap; gap: 25px; }

 .bloque {background-color: rgba(255, 255, 255, 0.7); border-radius: 15px; padding: 20px 25px; width: 280px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease, box-shadow 0.2s ease; }

 .bloque:hover {transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

 .bloque h3 {color: #8c2b8e; margin-bottom: 10px; font-size: 1.1rem; }

 .bloque p {font-size: 0.95rem; color: #333; margin: 5px 0; }

 .peliculas img, .musica img {transition: transform 0.3s ease, box-shadow 0.3s ease; }

 .peliculas img:hover, .musica img:hover {transform: scale(1.08); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25); }

 .imagenes-verticales {position: relative; display: flex; justify-content: flex-end; gap: 20px; margin-top: 40px; margin-right: 10px; z-index: 2; }

 .imagenes-verticales img {width: 180px; height: auto; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }

 .imagenes-verticales img:hover {transform: scale(1.05); }
