.boat{
    width: 33px;
    height: 58px;
    position: absolute;
    flex-shrink: 0;
    user-select: none;
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.1));
    overflow: visible;
  }
.boat:hover{
    cursor: grab;
}
.boat:active{
    cursor:grabbing;
    scale: 1.1;
}
.sail:hover{
    cursor: grab;
}
.circle:hover{
    cursor: grab;
}
.sail:active{
    cursor:grabbing;
}
  .boat .boatsvg{
    position: absolute;
    top: 0px;
    left: -4.5px;
  }
  .boat .boatcolor{
      fill-opacity: 0.7; 
  }
.boat .sail{
      position: absolute;
      height: 20px;
      flex-shrink: 0; 
      transform-origin: 6px 2.5px;
      left: 11.2px;
      top: 12px;
      z-index: 10;
      overflow: visible !important;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      contain: none;
      pointer-events: auto;
      will-change: transform;
      -webkit-mask-image: none;
      mask-image: none;
  }
  .boatnum{
      width: 14px;
      height: 25px;
      flex-shrink: 0;
      color: #212F52;
      text-align: center;
      font-family: Rubik;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      position: absolute;
      top: 34px;
      left: 27px;
      z-index:1;
  }
  .framenum{
    width: 14px;
    height: 25px;
    flex-shrink: 0;
    color: #212F52;
    text-align: center;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: 34px;
    left: 10px;
    z-index:1;
}
.overlap{
    position: absolute;
    top: 66px;
    border-top: 2px dashed black;
    width: 500px; /* or any long value you want */
    transform: translateX(-48.5%);
    display: none;
    overflow: visible;

}
#circle{
    height: 1.3vw;
    width: 3.2vw;
    display: flex;
    justify-content: center; 
    align-items: center;
    position: relative;
    left: -9px;
    top: 60px;
    display:block;
}
#circle{
    cursor: grab;
}
#circle:active{
    cursor: grabbing;
}
#shadowup{
    position: absolute;
    left: -5px;
    top: -30px;
    transform-origin: 2px 10px;
    z-index: -5;
    transition: 300ms ease all;
    display: none;
}