/* FONT */
* {
    font-family: 'Ubuntu Mono', monospace;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* -------------------------------------------------------------- */
html,
body {
    background: #292b2e;
    overflow: hidden;
	width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
button {
    cursor: pointer;
}

ol, ul {
    list-style: none;
    margin: 00;
    -webkit-margin-end: 0;
    -webkit-margin-start: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

.link{cursor: pointer;}
.link:hover{text-decoration: underline;}

.clear{clear:both;}

canvas.bck{width:100%;height:100%;position: absolute;}
.template{position: absolute;left: 0;z-index: -999999999;}
