Certainly! Below is a complete HTML page for an 'Among Us Emergency Meeting' design tailored to your specifications:
Among Us Emergency Meeting
### Explanation:
1. **HTML Structure**:
- The main content is wrapped in a `.container` class.
- Inside the container, there is a heading (``) for "Among Us Emergency Meeting".
- Below the header, there are status icons with corresponding text messages.
2. **CSS Styling**:
- Basic styling ensures that the page looks clean and mobile-first.
- Flexbox is used to center content both horizontally and vertically.
- Responsive design with media queries adjusts the padding for smaller screens.
- Icons use relative units for size, which make them adaptable on different devices.
3. **JavaScript Interactivity**:
- A JavaScript function `toggleStatus` is defined to change the status of "Sus TBH" between alive and dead when clicked.
- The icon class is toggled based on whether it's red or not, changing the corresponding text message.
This design ensures the page meets all your requirements for being mobile-first, responsive, interactive, visually stunning, and lightweight.