@font-face {
    font-family: 'share_tech_monoregular';
    src: url('font/sharetechmono-regular-webfont.woff2') format('woff2'),
         url('font/sharetechmono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    background-color: black;
    font-family: 'share_tech_monoregular', monospace, sans-serif;
}

#controls {
    position: relative;
    z-index: 1;
}

dragging {
    cursor: grabbing;
}


#render {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100vw;
}
