SpawnMenuModeBar
{
position: absolute;
top: 0;
left: 0;
right: 0;
justify-content: center;
align-items: center;
padding: 3rem;
gap: 1rem;
z-index: 9999;
background-image: linear-gradient( to bottom, rgba( black, 0.5 ), rgba( black, 0.0 ) );
}