/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.0/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}

body {
  background-color: rgb(30 41 59);
  color: white;
}

main {
  padding: 1rem;
  width: 70vw;
  margin: auto;
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}

h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5,
h6 {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.3em 0;
  max-width: 45ch;
}

pre {
  margin: 0.5lh 0;
  position: relative;
}

a,
a:visited {
  text-decoration: none;
  color: rgb(152, 197, 255);
}

a:hover {
  text-decoration: underline;
  color: rgb(30, 127, 255);
}

button,
button:hover,
button:focus,
button:active {
  all: unset;
  color: inherit;
}

.copy-code-button,
.copy-code-button:hover,
.copy-code-button:focus,
.copy-code-button:active {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background-color: rgba(255, 255, 255, 0.348);
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  cursor: pointer;
  opacity: 0;
}

pre:hover .copy-code-button,
.copy-code-button:hover,
.copy-code-button:focus,
.copy-code-button:active {
  opacity: 1;
}

.copy-code-button:hover,
.copy-code-button:focus,
.copy-code-button:active {
  outline: 1px solid rgb(85, 159, 255);
}
