/* =============================================================================
   FILE: resources/css/screens/splash.css
   Frontend Spec Section 6.1
============================================================================= */

.splash {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
