/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body {
  background: #EEE;
  color: #555;
  width: auto;
  margin: 0 0.5em;
  font-family: sans-serif;
  letter-spacing: -0.025em;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 3em;
  margin: 0;
  letter-spacing: -0.06em;
  font-weight: normal;
  color: #b75946;
  padding: 0;
  border-bottom: 0.06em solid #CCC;
  height: 0.9em;
}

h2 {
  font-size: 2em;
  margin: 0.5em 0;
  letter-spacing: -0.06em;
  font-weight: normal;
  color: #b75946;
  padding: 0;
}

.info {
  color: #999;
  border-bottom: 0.06em solid #CCC;
  padding-bottom: 1em;
  margin-top: -0.5em;
  font-size: 1em;
}

.cc a {
  float: right;
  text-decoration: none;
  color: #999;
  font-size: 0.8em;
}

.info img {
  height: 1.2em;
  vertical-align: text-bottom;
}

a {
  color: #449;
}

a:visited {
  color: #66A;
}

h1 a,
h1 a:visited {
  font-family: serif;
  color: #b75946;
  text-decoration: none;
  letter-spacing: -0.1em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  border: none;
  border-bottom: 0.06em solid #CCC;
}

li {
  margin: 0.7em 0;
}

li::marker {
  color: #999;
}

p, ul {
  font-size: 1.1em;
  text-align: justify;
  word-spacing: -0.03em;
}

@media (min-width: 40em) {
  body {
    font-size: 1.3em;
    width: 30em;
    margin: 0 auto;
  }
  h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }

  h2 {
    font-size: 1.5em;
    margin: 0.7em 0;
  }

  .info {
    font-size: 0.75em;
  }

  p, ul {
    font-size: 0.9em;
  }

  .cc a {
    font-size: 0.5em;
  }
}

@media (min-width: 60em) {
  body {
    font-size: 1.5em;
  }
}

@media (min-width: 80em) {
  body {
    font-size: 1.6em;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background: #222;
    color: #AAA;
  }
  h1, h2 {
    color: #d66652;
  }
  h1 {
    border-color: #555;
  }
  .info {
    color: #666;
    border-color: #333;
  }
  .cc a {
    color: #666;
  }
  a {
    color: #69c;
  }
  a:visited {
    color: #69c;
  }
  hr {
    border-color: #333;
  }
  li::marker {
    color: #666;
  }
}