body {
    background-size: cover;
    font-family: Comic Sans MS, Chalkboard SE;
    text-align: center;
}
button {
    border-radius: 4px;
    border-style: hidden hidden outset hidden;
    cursor: pointer;
}
canvas {
    border-radius: 8px;
}
gap {
    color: rgba(200, 200, 200, 0%);
    font-family: monospace;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.button {
    font-family: 'M PLUS Rounded 1c';
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    width: 50px;
}
.n {
    font-family: 'M PLUS Rounded 1c';
}
#buttons {
    background-color: rgb(200, 200, 200);
    border-radius: 8px;
    display: grid;
    font-family: 'M PLUS Rounded 1c';
    gap: 200px;
    grid-template-columns: 300px 200px;
    height: 200px;
    justify-content: center;
    margin: auto;
    width: 750px;
}
#interact {
    font-family: 'M PLUS Rounded 1c';
}