/* step 1 */
.step1 svg {
  font-family: serif;
  box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 0.2);
}

.step1 circle {
  fill: blue;
}

.step1 path {
  fill: none;
  stroke: red;
}
