Styling SVG with CSS 

.text-box text {
  fill: var(--text-color);
  text-anchor: middle;
  font-size: 32px;
}