input[type="range"] {
  width: 200px;
  margin: 0;
}

input[name="resolution"] {
  width: 500px;
}

canvas#canvas {
  outline: 1px solid black;
}

.view-container {
  margin: 20px;
  width: fit-content;
}

.view-container > div:first-child {
  display: flex;
  justify-content: space-between;
}
.view-container > div:last-child {
  display: flex;
  justify-content: space-between;
}
