/* --- SIMPLE SCREEN MANAGER --- */
.screen { display: none; }
.screen.active { display: flex; align-items: center; justify-content: center; width: 100vw; height: 100vh; }
#screen-game.active { display: flex; flex-direction: column; align-items: stretch; justify-content: stretch; }
