#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader {
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: transparent;
}
