* { box-sizing: border-box }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; background: #f5f1e8 }
canvas { display: block; width: 100%; height: 100% }
