.canvas {
  border-style: solid;
  border-width: medium;
  border-color: black;
  width: 510px;
  height: 510px;
}

.stitch-type-selector {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.stitch-chooser {
  margin: 5px 10px
}

.test {
  display: flex;
  flex-direction: row;
}

button {
  margin: 10px 2px;
}
