#splash-screen{
    width: 100%;
    height: 100%;
    position: fixed;
    background: linear-gradient(45deg, #048d91ab, #04797a);
    background-image: url('../img/bg1.jpg');
    background-size: cover;
    z-index: 9999;
    background: var(--bg);
}
.splash-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.splash-container>img{
    width: 100%;
    height: auto;
}