/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/style.css ***!
  \*****************************************************************/
#game-viewport {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* #scene-canvas {
    height: 100%;
    width: 50vh;    
} */

.inputs {
    display: block;
}

.input {
    display: block;
    width: 50vw;
}

.buttons {
    height: 36px;
}

