/* LOADER 1 */
#loader {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
