.splash-screen--active {
    overflow: hidden;
}

.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.splash-screen--active .splash-screen {
    display: flex;
}


.splash-screen--active .splash-screen svg {
    width: 110px;
    height: auto;
}