diff --git a/assets/pasted-20260214-212813-988a2409.png b/assets/pasted-20260214-212813-988a2409.png new file mode 100644 index 0000000..3313cf4 Binary files /dev/null and b/assets/pasted-20260214-212813-988a2409.png differ diff --git a/index.php b/index.php index a7cd232..9835343 100644 --- a/index.php +++ b/index.php @@ -47,23 +47,10 @@ $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY"; height: 100%; font-family: 'Inter', sans-serif; color: #ffffff; - background-color: #0f172a; + background: radial-gradient(circle at top right, #1e293b, #0f172a); overflow: hidden; } - .background { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7)), url('assets/pasted-20260214-210950-4cc9dc9e.png?v='); - background-size: cover; - background-position: center; - background-repeat: no-repeat; - z-index: -1; - } - .background-blob { display: none; } @@ -407,7 +394,6 @@ $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
-