🎧 Sam's Sonic Space

Exploring music connections and vibes

Profile picture

Genres: Synthpop, Indie, Retro-futurism

Now Playing

Influence Tree

/* style.css */ body { background: linear-gradient(to bottom, #0f0c29, #302b63, #24243e); color: white; font-family: 'Orbitron', sans-serif; padding: 20px; } header { text-align: center; animation: glow 2s infinite alternate; } @keyframes glow { from { text-shadow: 0 0 5px #fff; } to { text-shadow: 0 0 20px #0ff; } }