* { box-sizing: border-box; } html, body { margin: 0; } canvas { width: 500px; height: 500px; border: 1px solid currentColor; }