html, body {
  margin: 0;
  padding: 0;
  height: 100%; /* Ensure full height */
  overflow: hidden; /* Prevent scrollbars */
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box; /* Better control over element sizes */
}
