.target-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* margin-bottom: auto; */
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
}

.gameCover {
  position: absolute;
  bottom: 1%;
  z-index: 3;
}

canvas {
  /* border: 0px solid gray; */
  width: 100%;
}

.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 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-axis {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 10px;
}

.x-position {
  position: absolute;
  right: 10px;
} */

.target-wrapper>div {
  position: relative;
}

.target {
  background-image: url('../img/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}