diff --git a/frontend/shared/AudioWave.svelte b/frontend/shared/AudioWave.svelte index e2107bf..4e94f98 100644 --- a/frontend/shared/AudioWave.svelte +++ b/frontend/shared/AudioWave.svelte @@ -109,15 +109,4 @@ color: var(--color-accent); } - :global(body) { - display: flex; - justify-content: center; - background: black; - margin: 0; - padding: 0; - align-items: center; - height: 100vh; - color: white; - font-family: Arial, sans-serif; - } \ No newline at end of file