*
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4vh;
}

body{
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    background-color: rgb(255, 255, 255);
}

.webgl
{
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    z-index: 0;
    width: 100%;
    height: 100%;
}     

.container {
    position: relative;
    margin: 1rem;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 1;
}

.container *, .containerabso * {
    padding: .2rem;
}

.containerabso {
    position: absolute;
    margin: 1rem;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 1;
    bottom: 0;
}

p {
    font-size: 1rem;
    color:white;
    background-color:black;
    width: fit-content;
    width: -moz-fit-content;
}


div.btnview > button {
    width: 6vmax;
}        
div.btnvmh > button {
    width: 12vmax;
}
div.btnview, div.btnvmh {
    margin-left: -.2rem;
}

button {
    overflow: visible;
}

input {
    height: 1rem;
}