/*
  The board supplies its own styling; this file only stops the browser's defaults from framing it.
  A body margin would show as a pale border around a dark board inside the landing's iframe, which
  reads as a rendering bug rather than as a frame.
*/
html,
body {
  margin: 0;
  padding: 0;
  background: #0d1117;
}
