html, body {
    height: 100%;
    margin: 0;
    background-color: black;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#splashImage {
    display: block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}