.drawshipcount {
  position: absolute;
  z-index: 1000;
  left: 5px;
  width: 90px;
  padding: 1px 3px;
  border-radius: 3px;
  background-color: rgb(255 255 255 / 63%);
  box-shadow: 2px 2px 6px rgb(0 0 0 / 27%);
  color: #333;
  font-size: 12px;
  text-align: center;
}
