body {
  background-color: orange;
}

canvas {
  width: 99vw;
  background-color: green;
}

input[type="range"] {
  width: 99vw;
}
