diff --git a/style.css b/style.css index 6511cc2d..f57bcd78 100644 --- a/style.css +++ b/style.css @@ -3,8 +3,8 @@ position: absolute; top: 50%; left: 0; - transform: translateY(-50%), rotate(-10deg); - background: rgba(10, 10, 10, 0.8); + transform: rotate(-10deg); + background: rgba(40, 40, 40, 0.8); padding: 10px; border-radius: 8px; z-index: 100; /* Siempre por encima */