#splash_container{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.splash{
    position: absolute;
    width: 50%;
    overflow: visible;
}

.splash .st0{
    fill: #b50c30;
}
.splash .st1{
    fill: #14237e;
}

.splash .st2{
    fill: #ffaa00;
}

#splash_container p{
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    z-index: 2;
}

.ball_splash{
    position: absolute;
    overflow: visible;
    width: 4%;
    margin-top: 17.5%;
    margin-left: -16.5%;
}

