.app-loading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.app-loading .gif {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}