* {
    outline: none;
    margin: 0;
}
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
body {
    overflow: hidden;
}

#webgl-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#wrapper{
    position : absolute;
    
    bottom : 10px;
    width : 100%;
    display:grid;
    grid-template-columns: auto auto;
    /* grid-row: auto auto; */
    grid-column-gap: 0px;
    grid-row-gap: 0px;

}
.ctrl{
    width : 90%;
}
.ctrl-wrapper{
    display : flex;
    flex-direction: column;
    align-items: center;
}