html, body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

a-scene {
    position: fixed;
    inset: 0;
    width: 100vw !important;
    height: 100vh !important;
}
#debug-panel{

    position:fixed;

    bottom:15px;

    left:15px;

    right:15px;

    background:rgba(0,0,0,.75);

    color:white;

    padding:12px;

    border-radius:10px;

    z-index:99999;

    font-family:Arial;

}

.debug-row{

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin:8px 0;

}

.debug-row span:first-child{

    width:70px;

}

.debug-row button{

    width:40px;

    height:40px;

    font-size:20px;

}

#copy-config{

    width:100%;

    margin-top:10px;

    height:45px;

    font-size:18px;

}