#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2dbd0;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #856230;
}

#status img{
    width: auto;
    height: 80px;
    margin: auto;
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*filter: brightness(0) invert(1);*/
}
