diff --git a/assets/pasted-20260214-210950-4cc9dc9e.png b/assets/pasted-20260214-210950-4cc9dc9e.png new file mode 100644 index 0000000..3313cf4 Binary files /dev/null and b/assets/pasted-20260214-210950-4cc9dc9e.png differ diff --git a/index.php b/index.php index 62265ef..a7cd232 100644 --- a/index.php +++ b/index.php @@ -57,32 +57,19 @@ $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY"; left: 0; width: 100%; height: 100%; - background: linear-gradient(135deg, #0f172a 0%, #1e293b 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 { - position: fixed; - width: 500px; - height: 500px; - background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(56, 189, 248, 0) 70%); - border-radius: 50%; - z-index: -1; - filter: blur(50px); - animation: move 20s infinite alternate; + display: none; } .background-blob-2 { - position: fixed; - bottom: -100px; - right: -100px; - width: 600px; - height: 600px; - background: radial-gradient(circle, rgba(244, 114, 182, 0.15) 0%, rgba(244, 114, 182, 0) 70%); - border-radius: 50%; - z-index: -1; - filter: blur(50px); - animation: move 25s infinite alternate-reverse; + display: none; } @keyframes move {