.target-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    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: 0px;
    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;
  }
  
  .target {
      background-image: url('/promos/2025/the-great-easter-egg-drop/images/background.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      min-height:550px;
      border-radius:10px;
      border: 5px solid #000;
  }