#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999;
    background-color: #FCEA09;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

#splash-screen img {
    width: 200px;
    /* height: 200px; */
    object-fit: contain;
}