<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{background: #1e2730;}
svg {
  width: 90%;
  border: 1px solid #31404e;
}

.linenStroke {
  stroke: linen;
  fill: none;
  stroke-width: 8px;
  stroke-linejoin:round;
}
.YesNo{stroke-width: 4px;}

#theGrid{
   display:grid;
   grid-template-columns:1fr 1fr;
   grid-template-rows:2fr 1fr;
   grid-gap:1em;
   width:60vmin;
   height:40vmin;
   margin:20vmin auto;
}</pre></body></html>