diff --git a/index.html b/index.html
index 63e200ca..d64bd741 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,7 @@
width: 30%;
height: 90%;
clip-path: polygon(0% 0%, 100% 0%, 45% 100%, 0% 100%);
- background: rgba(0, 0, 0, 0.8); /* Mantener el fondo oscuro */
+ background: linear-gradient(to top, #808080, #000000);/* Mantener el fondo oscuro */
padding: 20px;
box-sizing: border-box;
flex-direction: column;