/* Define color variables */
:root {
  --crawler-color: #6621E8;
}

.crawler-container {
  position: fixed;
  top: 30%;
  width: 100%;
  height: 8em;
  left: 0px;
  background-color: none;
  pointer-events: none;
}

.crawler svg {
  position: relative;
  width: 100%;
  height: 100%;
}

.crawler {
  stroke: var(--crawler-color);
  stroke-width: 0.03;
  fill: var(--crawler-color);
  fill-opacity: 0.4;
  stroke-linecap: round;
}

.crawler-body {
  /* fill: pink; */
  /* stroke: red; */
}

.crawler-arm {
  /* fill: lightblue; */
  /* stroke: blue; */
}
.crawler-hand {
  /* fill: var(--crawler-stroke-color); */
  /* fill: lightgreen; */
  fill-opacity: 1.0;
  /* stroke: green */
}