body {
    margin: 0;
    background-color: black;
}

.splash-screen-container {
    width: 100vw;
    height: 100vh;
    cursor: pointer;
    overflow: hidden;
}


.splash-screen-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 0.5;
}

.splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
}