@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(fonts/JetBrains_Mono/static/JetbrainsMono-Regular.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/Noto_Sans/static/NotoSans-Regular.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  grid-area: 1/4/2/5;
}

.div2 {
  grid-area: 1/3/2/4;
}

.div3 {
  grid-area: 1/2/2/3;
}

.div4 {
  grid-area: 2/2/3/3;
}

.div5 {
  grid-area: 2/3/3/4;
}

.div6 {
  grid-area: 2/4/3/5;
}

.div7 {
  grid-area: 3/2/4/3;
}

.div8 {
  grid-area: 3/3/4/4;
}

.div9 {
  grid-area: 4/3/5/4;
}

.div10 {
  grid-area: 5/4/6/5;
}

.div11 {
  grid-area: 4/4/5/5;
}

.div12 {
  grid-area: 3/4/4/5;
}

.header {
  display: block !important;
  position: sticky;
  top: 0;
  font-size: 100px;
}
.header svg {
  margin: 10px 0 0 30px;
  z-index: 1;
  font-weight: 800;
  stroke: #121212;
  stroke-width: 20px;
  fill: #a22324;
}
.header .splash {
  position: absolute;
  margin: -30px 0 0 -10px;
  z-index: -100;
  font-weight: 500;
  color: #121212;
  text-shadow: 3px 2px #a22324;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.header .splash a:before {
  content: "0";
}
.header .splash b:before {
  content: "1";
}

.f-ns {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.f-jbm {
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}

.container {
  position: absolute;
  line-height: 1.2;
  top: min(300px, 20%);
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  width: min(400px, 100%);
  margin: auto;
  color: #E0E0E0;
}
