/* public/css/splashscreen.css */

/*SplashScreen*/
.splashscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .splashscreen img {
        position: absolute;
        height: 40vh;
        z-index: 9999;
    }
