.target-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  flex-direction: column;
  position: relative;
}

canvas {
  border: 1px solid gray;
}

.bucket-labels {
  display: flex;
  max-width: 795px;
  justify-content: space-around;
}

.bucket-labels > div {
  z-index: 10;
  margin-top: -67px;
  min-width: 79.5px;
  text-align: center;
}

.bucket-labels .score {
  font-weight: bolder;
  font-size: 20px;
}

.wrapper {
  margin: 20px;
}

.x-axis {
  position: absolute;
  z-index: 10;
  top: 1px;
  left: 10px;
}

/* .x-axis span.neck {
  display: inline-block;
  min-width: 200px;
  border-bottom: 1px solid black;
  position: relative;
  bottom: 6px;
  right: -9px;
}

.x-axis span.head {
  font-size: 18px;
} */

.x-position {
  position: absolute;
  right: 10px;
}

.target-wrapper > div {
  position: relative;
}