@font-face {
    font-family: 'Amatic';
    src: url('../fonts/Amatic-Bold.ttf');
}

body {
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-family: 'Amatic', cursive;
    font-size: 150%;
    padding: 0;
    margin: 0;
    background: white;
}

h1 {
    font-size: 400%;
}

input {
    width: 12em;
}

a {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.image-button {
    text-align: center;
    padding-bottom: 1em;
}

.code-button-container {
    position: absolute;
    left: 0px;
    top: 0px;
}

.code-container {
    position: absolute;
    left: 0px;
    top: 0px;
//    font-family: 'deja'; important;
    font-size: 100%;
    border: 0;
    color: #000;
    background-color: rgba(255,255,255,0.6);
    z-index: 999;
    width: 100%;
    height: 100%;
}

#webgl-canvas { 
}

#canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    /* height: 100vh; */
}

input {
    width: 3em;
}

.zoomed-canvas {
    width:100%; 
    height:auto; 
    position:fixed; 
    left:0; 
    top:0; 
    z-index:-100; 
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}