body {
    margin: 0;
    background: linear-gradient(135deg, #1a0a2e, #2d1b4e, #1a0a2e);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
}
canvas {
    border: 3px solid rgba(244, 114, 182, 0.3);
    border-radius: 16px;
    box-shadow: 0 0 60px rgba(244, 114, 182, 0.2), 0 0 120px rgba(244, 114, 182, 0.05);
}
