body{
margin:0;
background:#000;
color:#00ffcc;
font-family:monospace;
overflow:hidden;
}
canvas{
width:100vw;
height:50vh;
display:block;
}
#live{
text-align:center;
font-size:18px;
color:#fff;
padding:10px;
letter-spacing:3px;
}
#console{
height:30vh;
overflow:auto;
font-size:12px;
padding:10px;
border-top:1px solid #00ffcc;
}
button{
position:fixed;
bottom:20px;
left:50%;
transform:translateX(-50%);
width:80%;
padding:18px;
font-size:18px;
border:2px solid #00ffcc;
background:#000;
color:#00ffcc;
border-radius:10px;
}