#rive-loader-div {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #1C2729;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-content: center;
    transition: opacity 0.5s ease, visibility 5s ease;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
#rive-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 600px) {
    #rive-loader {
        width: 300px;
    }
}
