body{
    overflow:  hidden;
    padding:  0;
    margin:  0;
    background-color: #2d0240;
    font-family: "Consolas", "Courier New", monospace;
    touch-action: none;
}
html, body {
    touch-action: none;
}
table {
   border-collapse: collapse;
   position:  absolute;
   left:  0px;
   top: 0px;
   pointer-events: none;
   touch-action: none;
   transition: none;
}
table td {
   padding: 0; 
   margin: 0;
   pointer-events: none;
   touch-action: none;
}

canvas{
    display:  block;
    pointer-events: none;
    touch-action: none;
}
#table {
    position: absolute;
    transition: none;
    pointer-events: none;
    touch-action: none;
}
#download_draw {
    position: absolute;
    top: -200000px;
    left: -200000px;
    width: 16;
    height: 16;
    border: 8px solid rgb(28, 85, 117);
    background-color: rgb(40, 54, 30);
}
.printbutton_class {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30;
    height: 20;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 26px;
    font-family: "Consolas", "Courier New", monospace;
    font-weight: bold;
    display: none;
    cursor: pointer;
    touch-action: none;
    z-index: 1550;
}
.printbutton_class:hover{
    background-color: black;
}
#cv_bpress {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    border: 3px solid green;
    border-radius: 15%;
    opacity: 0;
    touch-action: none;
    z-index: 7000;
}

#dbldiv {
    position: fixed;
    left: 50vw;
    top: 40vh;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    user-select: none;
    touch-action: none;
    pointer-events: none;
    z-index: 31000;
}
.dbltext {
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: rgb(211, 208, 44);
    font-size: min(8vh, 6vw);
    font-weight: bold;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    white-space: pre-line;
    line-height: 1.2;
    background-color: rgba(96, 33, 212, 0.5);
    padding: 0.3em 0.6em;
    border-radius: 0.75em;
}

#keyboard-legend {
    position: fixed;
    top: -11vh;
    left: 0;
    width: 100vw;
    height: 113vh;
    padding: 1vw;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    font-family: "Consolas", "Courier New", monospace;
    font-weight: bold;
    display: none;
    justify-content: center;
    align-items: center;
    user-select: none;
    overflow: hidden;
    touch-action: none;
    z-index: 40000;
}

#keyboard-legend pre {
    margin: 0;
    text-align: left;
    line-height: 0.94;
    font-family: "Consolas", "Courier New", monospace;
    font-weight: bold;
    font-size: min(2.3vh, 4.6vw);
    max-width: 97vw;
    max-height: 97vh;
    white-space: pre-wrap;
    overflow: hidden;
}

#keyboard-legend small {
    display: block;
    font-family: "Consolas", "Courier New", monospace;
    font-weight: bold;
    font-size: 0.7em;
    opacity: 0.85;
    line-height: 1.2;
    margin-bottom: 0.8em;
}

#seed_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid green;
    border-radius: 9999px;
    background-color: silver;
    padding: 14px 20px;
    font-size: 46px;
    font-family: "Consolas", "Courier New", monospace;
    outline: none;
    display: none;
    text-align: center;
    font-weight: bold;
    width: 17ch;
    word-break: break-all;
    touch-action: none;
    z-index: 32000;
}
