
body {
    margin :0;
}

#splash-screen {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(24, 26, 26);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#splash-screen-logo {
    width: 80vw;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 535px;
}

#splash-screen-text {
    color: white;
    text-align: center;
    min-height: 50px;
}