*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw; 

}

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


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