@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&display=swap");
body {
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, blockquote, figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

a.selected, a:hover {
  color: rgb(147.5, 147.5, 147.5);
}

article a, b, th {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 small {
  font-size: 16px;
  font-weight: 300;
}

article a {
  color: #68f;
}

article header a, article footer a {
  font-weight: inherit;
  color: inherit;
}

header time {
  color: rgb(147.5, 147.5, 147.5);
}

hr {
  border: 1px solid rgba(147.5, 147.5, 147.5, 0.3);
  margin: 2em 0;
}

blockquote {
  border-left: 4px solid #68f;
  padding-left: 1.5em;
}

img {
  border-radius: 2px;
  max-width: 100%;
  height: auto;
  margin: 0.5em 0;
}

.no-top-border {
  border-top: none;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 12px;
  align-items: center;
}

.photo-grid img {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}

body {
  background: #282828 !important;
  color: white !important;
}

body, aside, main {
  flex-direction: column;
}

main, article {
  flex-grow: 1;
}

header, footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header nav > *, footer nav > * {
  margin: 0 0.8em;
}

header nav > :first-child, footer nav > :first-child {
  margin-left: 0;
}

header nav > :last-child, footer nav > :last-child {
  margin-right: 0;
}

pre {
  background: rgba(38, 38, 38, 0.8);
  color: white;
  border-radius: 2px;
  font-size: 0.8em;
  margin: 1.5em 0;
  padding: 0.8em 1.2em;
  white-space: pre-wrap;
}

p code {
  background: rgba(147.5, 147.5, 147.5, 0.2);
  opacity: 0.5;
  border-radius: 2px;
  font-size: 0.9em;
  margin: 0 0.1em;
  padding: 0.2em 0.4em;
}

table {
  border-spacing: 0px;
}

th {
  background: rgba(147.5, 147.5, 147.5, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(147.5, 147.5, 147.5, 0.48);
  text-align: inherit;
}

th, td {
  padding: 0.5em 1em;
}

td {
  box-shadow: 0px 1px 0px 0px rgba(147.5, 147.5, 147.5, 0.16);
}

tr:last-child td {
  box-shadow: 0px 1px 0px 0px rgba(147.5, 147.5, 147.5, 0.48);
}

.c {
  color: #a29f90;
}

.err {
  color: #960050;
  background-color: #1e0010;
}

.k {
  color: #66d9ef;
}

.l {
  color: #ae81ff;
}

.n {
  color: #f8f8f2;
}

.o {
  color: #f92672;
}

.p {
  color: #f8f8f2;
}

.cm, .cp, .c1, .cs {
  color: #75715e;
}

.ge {
  font-style: italic;
}

.gs {
  font-weight: bold;
}

.kc, .kd {
  color: #66d9ef;
}

.kn {
  color: #f92672;
}

.kp, .kr, .kt {
  color: #66d9ef;
}

.ld {
  color: #e6db74;
}

.m {
  color: #ae81ff;
}

.s {
  color: #e6db74;
}

.na {
  color: #a6e22e;
}

.nb {
  color: #f8f8f2;
}

.nc {
  color: #a6e22e;
}

.no {
  color: #66d9ef;
}

.nd {
  color: #a6e22e;
}

.ni {
  color: #f8f8f2;
}

.ne, .nf {
  color: #a6e22e;
}

.nl, .nn {
  color: #f8f8f2;
}

.nx {
  color: #a6e22e;
}

.py {
  color: #f8f8f2;
}

.nt {
  color: #f92672;
}

.nv {
  color: #f8f8f2;
}

.ow {
  color: #f92672;
}

.w {
  color: #f8f8f2;
}

.mf, .mh, .mi, .mo {
  color: #ae81ff;
}

.sb, .sc, .sd, .s2 {
  color: #e6db74;
}

.se {
  color: #ae81ff;
}

.sh, .si, .sx, .sr, .s1, .ss {
  color: #e6db74;
}

.bp, .vc, .vg, .vi {
  color: #f8f8f2;
}

.il {
  color: #ae81ff;
}

.gu {
  color: #75715e;
}

.gd {
  color: #f92672;
}

.gi {
  color: #a6e22e;
}

button {
  cursor: pointer;
}

button, input {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: initial;
  color: inherit;
  outline: none;
  border: none;
  padding: 0;
  border-radius: 2px;
}

input.fancy, button.fancy {
  background: rgba(147.5, 147.5, 147.5, 0.08);
  box-sizing: border-box;
  padding: 0 1.2em;
}

input.fancy {
  font-size: 0.8em;
  height: 3.125em;
  min-width: 6.25em;
}

input.fancy:focus {
  box-shadow: 0 0 0px 1px #4b6fff inset;
}

button.fancy {
  height: 2.5em;
  min-width: 5em;
  border-top: 3px solid transparent !important;
  border-bottom: 3px solid transparent;
}

body {
  display: flex;
  min-height: 100vh;
}

table {
  width: 100%;
}

h1 {
  font-size: 1.8em;
}

header h1 {
  margin: 0;
}

article header {
  flex-direction: column;
  align-items: inherit;
}

article header {
  margin-bottom: 1em;
}

article header h1 {
  margin: 0.2em 0;
  font-size: 1.9em;
}

article footer {
  padding: 1em 0;
}

h2::before {
  position: relative;
  right: 105%;
  float: right;
  content: "##";
  color: reduce(25);
  display: inline-block;
}

h3::before {
  position: relative;
  right: 105%;
  float: right;
  content: "###";
  color: reduce(25);
  display: inline-block;
}

h4::before {
  position: relative;
  right: 105%;
  float: right;
  content: "####";
  color: reduce(25);
  display: inline-block;
}

h5::before {
  position: relative;
  right: 105%;
  float: right;
  content: "#####";
  color: reduce(25);
  display: inline-block;
}

h6::before {
  position: relative;
  right: 105%;
  float: right;
  content: "######";
  color: reduce(25);
  display: inline-block;
}

body > header h1 {
  font-size: 1.7em;
}

/*# sourceMappingURL=index.css.map */