.SplashModalContainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.SplashModalContainer .Logo {
    width: 50%;
    max-width: 300px;
}

.DevNotice {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #999;
    font-weight: 900;
    font-size: 40px;
}