.loading {
    background: var(--clr-loading);
    position: fixed;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.loading__dark {
    display: flex;
    width: 80%;
    object-fit: cover;
}

.loading__light {
    display: flex;
    width: 80%;
    object-fit: cover;
}
