* {
  margin: 0;
  padding: 0;
}

.canvas {
  position: relative;
}

.mainCanvas {
  width: 100%;
  background: rgb(255, 255, 255);
}
