#S1 {
    position: fixed;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    width: 100vw;
    font-size: 70px;
}

#S1-Center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
}

#S1-Left, #S1-Right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

#S1-LoadingLogo {
    width: 40%;
}

#S1-ImageHolder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#S1-LoadingText, #S1-ImageHolder {
    margin: 5%;
}

.loadingGlyph {
    width: 100%;
}