@font-face {
  font-family: 'code';
  src: url('../fonts/FontWithASyntaxHighlighter-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  ascent-override: 100%;
  descent-override: 0%;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}
body {
  display: flex;
}
html-css-sandbox {
  flex: 1;
}
code {
  font-family: 'code', monospace;
  background-color: #1d1d1d;
}