@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:wght@300;400;700&display=swap');
@font-face {
    font-family: 'digital';
    src: url('fonts/DS-DIGI.TTF');
}

body {
    font-family: 'Roboto';
}

.digital {
    font-family: 'digital';
    padding: 5px;
    width: 128px;
    color: red;
    background-color: black;
    font-size: 32px;
}

#ui > table > tbody {
    vertical-align: top;
}

.uiKey {
    width: 72px;
}

#uiStart {
    width: 100%;
}

canvas {
    float: left;
}