


.screen {
  display: none;
}


.screen.active {
  display: grid; 
}


.screen.splash {
  overflow: visible !important; 
}


