*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.webgl
{
    width: 100vw !important;
    height: 100vh !important;
}


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