#store-disabled-overlay { position: fixed; z-index: 999999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 10, 10, 0.95); color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: sans-serif; text-align: center; } #store-disabled-overlay h1 { font-size: 3rem; /* Larger headline */ font-weight: 800; color: #ffffff; margin-bottom: 1.5rem; } #store-disabled-overlay p { font-size: 1.5rem; /* Larger subtext */ color: #ffffff; margin-bottom: 2.5rem; } #store-disabled-overlay a { padding: 1rem 2rem; background-color: #ffffff; color: #000; text-decoration: none; border-radius: 6px; font-weight: bold; font-size: 1rem; } body > *:not(#store-disabled-overlay) { display: none !important; }
Please check back later
```