body{
    opacity: 1;
    background-color: #fff;
    transition: all 1.5s ease;
}


#loading {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
    padding: 10px;
    
}

.body-invisible {
    opacity: .1;
}