html,
body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    touch-action: none;
}

div#vieport {
    position: fixed;
    width: 100%;
    height: 100%;
}

div#vieport>canvas {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
