.background-color {
  fill: #fff;
}

svg {
  pointer-events: all;
}

#svg {
  margin-top: -30px;
}

g {
  pointer-events: none;
}

.inner-border {
  fill: none;
  stroke: black;
  stroke-width: 1.5px;
}

.left-color {
  fill: #c03a2b;
}

.mid-color {
  fill: #e64c3c;
}

.right-color {
  fill: #e66558;
}

.random-path {
  fill: none;
}

.bubble {
  stroke: black;
  stroke-width: 0.01;
}

.background {
  stroke: white;
  stroke-width: 5px;
}
