{#if show}
{ show = !show; }} class="h-screen w-screen bg-opacity-60 bg-black fixed top-0 left-0 z-10 py-20 " >
Music Selection
{#each musicSelection as v}
    { setSong(v); }} class="ml-3 mt-3 hover:cursor-pointer underline shadow-lg hover:shadow-xl w-max bg-indigo-100 p-2 rounded-md" > {v.musicArtist} - {v.musicTitle}
{/each}
{/if}