body {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcfcfc;
}

svg {
  image-rendering: optimizeQuality;
  shape-rendering: optimizeQuality;
  stroke-width: 1;
  max-width: 33vw;
  max-height: 33vh;
  overflow: visible;
  fill: none;
  stroke-width: 2.0;
  /* stroke: darkgoldenrod; */
  /* stroke: #4d4d4d; */
  stroke: #ebebeb;
  stroke-linecap: round;
  stroke-linejoin: round;
  /* stroke-linejoin: miter; */
  stroke-miterlimit: 5;
  opacity: 0;
  /* filter: blur(0.5px); */
  /* filter: drop-shadow(0px 0px 2px #494949); */
}

svg path {
  stroke-dasharray: 1010;
  stroke-dashoffset: 1009;
}