body {
  display: flex;
  width: 100dvw;
  height: 100dvh;
  justify-content: center;
  color: black;
  --stroke-color: red;
}

path {
  color: black;
}

svg {
  border: 1px solid black;
  width: 50px;
  height: 50px;
}
