#stage text {
  user-select: none;
}

#circle_outline_group line {
  stroke-dasharray: 4 4;
}

#bin_rect {
  /* faint shadow feel */
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.1));
}
.size {
  font: 60px 'Mukta', Arial, sans-serif;
  font-weight: bold;
}

