*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

canvas.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

div.loading-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vh;
    width: 100vw;
    z-index: 2;
}
div.loading-overlay.hidden {
    display: none;
}
div.loading-overlay div.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    max-width: 30rem;
    max-height: 20rem;
    width: 100%;
    height: 100%;
}
div.loading-overlay div.overlay-content div.progress {
    max-width: 30rem;
    width: 100%;
    border: 2px solid black;
    box-shadow: 2px 2px;
}

/*# sourceMappingURL=main.css.map*/