/* mandelbrot demo */

#loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 17, 23, 0.85);
    font-size: 1.2rem;
    color: #f0883e;
    pointer-events: none;
}

#loading.hidden {
    display: none;
}
