svg {
  background: white;
}
rect {
  stroke-width: 4;
  stroke-opacity: 0.3;
  stroke: #333;
  fill: none;
}
text {
  fill: black;
  font-size: 64px;
  text-anchor: middle;
}