* {
    outline: none;
    margin: 0;
}

body {
    overflow: hidden;
}

#webgl-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}


#btn_load {
    position: absolute;
    /* Layout Properties */
    top: 394px;
    left: 30px;
    width: 52px;
    height: 52px;
    /* UI Properties */
    background: var(--unnamed-color-eeeeee80) 0% 0% no-repeat padding-box;
    border: 2px solid var(---ffffff);
    background: #EEEEEE80 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    opacity: 1;
}

#img_home{
    position: absolute;
    top: 10px;
    left: 10px;
}


#test {
    position: absolute;
}

#logo{
    position: absolute;

    /* Layout Properties */
    top: 14px;
    left: 8px;
    width: 280px;
    height: 34px;
    /* UI Properties */
    opacity: 1;
}