*
{
    margin: 0;
    padding: 0;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.webgl
{
    width: 100%;
    height: 100%;
    display: block;
}


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