xxxxxxxxxx
25
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
}
body{
background: white;
font-family: monospace;
font-size: 20px;
}
button, input {
font-family: monospace;
font-size: 20px;
margin: 0.1em;
border: 3px solid purple;
}
#container {
position: relative;
}