/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700&display=swap");
:root {
  --main-font-size: 18px;
  --side-padding: 30px;
  --main-padding: 30px;
  --dense-padding: 18px;
  --page-padding-side: 5%;
  --page-padding: var(--main-padding) var(--page-padding-side);
  --page-dense-padding: var(--dense-padding) var(--page-padding-side);
  --main-border: 1px solid #ccc;
  --input-padding:8px;
  --input-border: var(--main-border);
  --input-border-focus: 1px solid black;
  --input-border-radius: 7px;
  --input-text-color: #555;
  --input-text-color-focus: black;
}

@media screen and (max-width: 700px) {
  :root {
    --main-font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  :root {
    --side-padding: 24px;
    --main-padding: 24px;
    --dense-padding: 18px;
    --page-padding-side: 5%;
    --page-padding: var(--main-padding) var(--page-padding-side);
    --page-dense-padding: var(--dense-padding) var(--page-padding-side);
  }
}

*:not(svg) {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

[data-font='serif'] *:not(svg) {
  font-family: "PT Serif", serif;
}

svg {
  font-size: unset;
}

body {
  background-color: white;
}

body[data-theme='dark'] {
  background-color: #19191a;
}

.wrapper {
  padding: var(--main-padding) 20%;
}

@media screen and (max-width: 700px) {
  .wrapper {
    padding: var(--main-padding) 5%;
  }
}
/*# sourceMappingURL=main.css.map */:root {
  --main-font-size: 18px;
  --side-padding: 30px;
  --main-padding: 30px;
  --dense-padding: 18px;
  --page-padding-side: 5%;
  --page-padding: var(--main-padding) var(--page-padding-side);
  --page-dense-padding: var(--dense-padding) var(--page-padding-side);
  --main-border: 1px solid #ccc;
  --input-padding:8px;
  --input-border: var(--main-border);
  --input-border-focus: 1px solid black;
  --input-border-radius: 7px;
  --input-text-color: #555;
  --input-text-color-focus: black;
}

@media screen and (max-width: 700px) {
  :root {
    --main-font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  :root {
    --side-padding: 24px;
    --main-padding: 24px;
    --dense-padding: 18px;
    --page-padding-side: 5%;
    --page-padding: var(--main-padding) var(--page-padding-side);
    --page-dense-padding: var(--dense-padding) var(--page-padding-side);
  }
}
/*# sourceMappingURL=globals.css.map */:root {
  --main-font-size: 18px;
  --side-padding: 30px;
  --main-padding: 30px;
  --dense-padding: 18px;
  --page-padding-side: 5%;
  --page-padding: var(--main-padding) var(--page-padding-side);
  --page-dense-padding: var(--dense-padding) var(--page-padding-side);
  --main-border: 1px solid #ccc;
  --input-padding:8px;
  --input-border: var(--main-border);
  --input-border-focus: 1px solid black;
  --input-border-radius: 7px;
  --input-text-color: #555;
  --input-text-color-focus: black;
}

@media screen and (max-width: 700px) {
  :root {
    --main-font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  :root {
    --side-padding: 24px;
    --main-padding: 24px;
    --dense-padding: 18px;
    --page-padding-side: 5%;
    --page-padding: var(--main-padding) var(--page-padding-side);
    --page-dense-padding: var(--dense-padding) var(--page-padding-side);
  }
}

button, input[type=submit] {
  padding: var(--input-padding);
  border: none;
  border-radius: var(--input-border-radius);
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  padding: var(--input-padding) calc(3.4 * var(--input-padding));
  background-color: rgba(0, 0, 255, 0.18);
  color: blue;
  line-height: 1.4;
  display: inline-block;
}

button.dark-gray, input[type=submit].dark-gray {
  background-color: rgba(44, 44, 44, 0.18);
  color: #2c2c2c;
}

button.red, input[type=submit].red {
  background-color: rgba(255, 37, 0, 0.18);
  color: #ff2500;
}

button.green, input[type=submit].green {
  background-color: rgba(66, 148, 22, 0.18);
  color: #296e03;
}

button.white, input[type=submit].white {
  background-color: rgba(64, 64, 64, 0.18);
  color: #787878;
}

button.black, input[type=submit].black {
  background-color: rgba(0, 0, 0, 0.8);
  color: #c8c8c8;
}

button + button, button + a.button, input[type=submit] + button, input[type=submit] + a.button {
  margin-left: 0.5em;
}

a.button {
  text-decoration: none;
  color: unset;
  padding: var(--input-padding);
  border: none;
  border-radius: var(--input-border-radius);
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  padding: var(--input-padding) calc(3.4 * var(--input-padding));
  background-color: rgba(0, 0, 255, 0.18);
  color: blue;
  line-height: 1.4;
  display: inline-block;
}

a.button.dark-gray {
  background-color: rgba(44, 44, 44, 0.18);
  color: #2c2c2c;
}

a.button.red {
  background-color: rgba(255, 37, 0, 0.18);
  color: #ff2500;
}

a.button.green {
  background-color: rgba(66, 148, 22, 0.18);
  color: #296e03;
}

a.button.white {
  background-color: rgba(64, 64, 64, 0.18);
  color: #787878;
}

a.button.black {
  background-color: rgba(0, 0, 0, 0.8);
  color: #c8c8c8;
}

a.button + button, a.button + a.button {
  margin-left: 0.5em;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type=text] {
  padding: var(--input-padding);
  border: none;
  border-radius: var(--input-border-radius);
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  border: 1px solid rgba(0, 0, 0, 0.9);
  background-color: #eee;
  width: 100%;
  display: block;
}

input[type=text]:hover, input[type=text]:focus {
  border: 2px solid blue;
  outline: none;
}

[data-theme='dark'] input[type=text] {
  background-color: #333;
  color: #eee;
}

form.form * + * {
  margin-top: 1em;
}
/*# sourceMappingURL=inputs.css.map */:root {
  --main-font-size: 18px;
  --side-padding: 30px;
  --main-padding: 30px;
  --dense-padding: 18px;
  --page-padding-side: 5%;
  --page-padding: var(--main-padding) var(--page-padding-side);
  --page-dense-padding: var(--dense-padding) var(--page-padding-side);
  --main-border: 1px solid #ccc;
  --input-padding:8px;
  --input-border: var(--main-border);
  --input-border-focus: 1px solid black;
  --input-border-radius: 7px;
  --input-text-color: #555;
  --input-text-color-focus: black;
}

@media screen and (max-width: 700px) {
  :root {
    --main-font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  :root {
    --side-padding: 24px;
    --main-padding: 24px;
    --dense-padding: 18px;
    --page-padding-side: 5%;
    --page-padding: var(--main-padding) var(--page-padding-side);
    --page-dense-padding: var(--dense-padding) var(--page-padding-side);
  }
}

html {
  line-height: 1.6;
  font-size: var(--main-font-size);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-weight: 700;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

[data-theme='dark'] h1, [data-theme='dark'] h2, [data-theme='dark'] h3, [data-theme='dark'] h4, [data-theme='dark'] h5, [data-theme='dark'] h6 {
  color: #ddd;
}

[data-font='serif'] h1, [data-font='serif'] h2, [data-font='serif'] h3, [data-font='serif'] h4, [data-font='serif'] h5, [data-font='serif'] h6 {
  font-family: unset;
}

h1 {
  font-weight: 900;
  font-size: 3em;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.2em;
}

ul, ol {
  margin-left: 25px;
}

p, pre, blockquote, table, ul, ol, form, img, figure {
  color: #333;
  margin-bottom: 1.1em;
}

p + h2, p + h3, p + h4, p + h5, p + h6, pre + h2, pre + h3, pre + h4, pre + h5, pre + h6, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6, table + h2, table + h3, table + h4, table + h5, table + h6, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, form + h2, form + h3, form + h4, form + h5, form + h6, img + h2, img + h3, img + h4, img + h5, img + h6, figure + h2, figure + h3, figure + h4, figure + h5, figure + h6 {
  margin-top: 1.1em;
}

p a, pre a, blockquote a, table a, ul a, ol a, form a, img a, figure a {
  text-decoration: none;
  font-weight: bold;
}

p a:hover, pre a:hover, blockquote a:hover, table a:hover, ul a:hover, ol a:hover, form a:hover, img a:hover, figure a:hover {
  text-decoration: underline;
}

[data-theme='dark'] p, [data-theme='dark'] pre, [data-theme='dark'] blockquote, [data-theme='dark'] table, [data-theme='dark'] ul, [data-theme='dark'] ol, [data-theme='dark'] form, [data-theme='dark'] img, [data-theme='dark'] figure {
  color: #ccc;
}

blockquote p {
  margin-bottom: unset;
}

figure {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

figure img {
  margin-bottom: unset;
}

figure figcaption {
  font-style: italic;
}

h2 + blockquote, h2 + pre, h2 + form, h2 + img, h2 + figure, h3 + blockquote, h3 + pre, h3 + form, h3 + img, h3 + figure, h4 + blockquote, h4 + pre, h4 + form, h4 + img, h4 + figure, h5 + blockquote, h5 + pre, h5 + form, h5 + img, h5 + figure, h6 + blockquote, h6 + pre, h6 + form, h6 + img, h6 + figure {
  margin-top: 1em;
}

code {
  font-family: Menlo, monospace !important;
  color: green;
}

pre {
  font-family: Menlo, monospace !important;
  background-color: #333;
  color: #bbb;
  border-radius: 3px;
  padding: var(--dense-padding);
  overflow-x: scroll;
}

blockquote {
  background-color: rgba(0, 0, 0, 0.1);
  padding: calc(var(--dense-padding) * 0.5);
  padding-left: var(--dense-padding);
  border-radius: 3px;
  font-weight: 500;
}

table {
  width: 100%;
  overflow: scroll;
}

table th, table td {
  border-bottom: var(--main-border);
  padding: calc(var(--dense-padding) *0.5);
}

img {
  max-width: 100%;
  border-radius: 3px;
}
/*# sourceMappingURL=font.css.map */