* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
span,
pre,
code,
footer,
section,
header,
article,
nav,
a,
img,
strong,
sub,
sup,
q,
dd,
dl,
dt,
li,
ol,
ul,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
  overflow: hidden;
  position: relative;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
}
ol,
ul {
  list-style: none;
}
img {
  display: block;
  pointer-events: none;
  max-width: 100%;
}
html {
  font-family: Helvetica, Arial, 'Sans Serif';
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  overflow: visible;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  padding: 1rem 0 3rem 3rem;
  min-width: 738px;
  max-width: 850px;
  margin: 0 auto;
  color: #333;
  line-height: 2.5rem;
  font-size: 1.6rem;
}
body > *:last-child {
  margin-bottom: 0 !important;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #268bd2;
}
a:after {
  content: "";
  width: 100%;
  height: 1px;
  --background-color: #000;
  border-bottom: 1px #000 solid;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
}
h1 a:after,
h2 a:after,
h3 a:after,
h4 a:after,
h5 a:after,
h6 a:after {
  display: none;
}
a:hover:after {
  border-bottom: 1px #268bd2 solid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, 'Sans Serif';
  font-family: 'HelveticaNeueUltraLight', 'HelveticaNeue-Ultra-Light', 'HelveticaNeue-UltraLight', 'Helvetica Neue Ultra Light', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'ArialLight', 'Arial-Light', 'Arial Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #000;
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px #586e75 solid;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
}
h1,
h2,
h3,
h4 {
  line-height: 5rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  border: none !important;
  color: inherit;
  line-height: inherit;
}
strong {
  font-weight: 500;
  color: #073642;
}
h2 {
  font-size: 4rem;
  color: #859900;
  padding: 0 0 0 3rem;
  margin: 5rem 0 5rem -3rem;
  overflow: visible;
}
h2 a,
h2 a:visited {
  color: #859900;
  top: 0.2rem;
}
h2 a:visited:hover {
  color: #268bd2;
}
h2 .date,
h2 .post-date {
  position: absolute;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  left: 0.3rem;
  bottom: -1.5rem;
  color: #000;
}
h2 + *,
h3 + *,
h4 + * {
  clear: left;
}
h3 {
  font-size: 3rem;
  padding: 0 0.4em 0 2rem;
  margin: 2.5rem 0 2.5rem -2rem;
  float: left;
}
h3 a {
  cursor: text;
  color: #000 !important;
  top: 0.8rem;
}
h4 {
  font-size: 2.2rem;
  padding: 0 0.4em 0 1rem;
  margin: 0rem 0 2.5rem -1rem;
  float: left;
}
h4 a {
  cursor: text;
  color: #000 !important;
  top: 1.3rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.6rem;
}
p,
blockquote,
ul,
ol {
  line-height: 2.5rem;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
li {
  line-height: 2.5rem;
  font-size: 1.6rem;
}
blockquote {
  padding: 0 1.5em;
  color: #657b83;
}
blockquote:after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #657b83;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
}
blockquote > :last-child {
  margin-bottom: 0;
}
ul,
ol {
  padding-left: 2em;
}
ol,
ul,
li {
  overflow: visible;
}
ul > li:before {
  content: '\22EF';
  float: left;
  margin-left: -1.3em;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #333;
  --font-size: 20%;
}
ul > li > * {
  text-indent: 0;
}
img {
  --min-width: 100%;
}
p.tags {
  color: #657b83;
  font-size: 1.5rem;
}
p.tags a {
  color: #657b83;
  border-color: #657b83;
  margin-right: 0.3em;
}
p.tags a:hover {
  color: #268bd2;
}
pre {
  font-size: 1.5rem;
  line-height: 2.5rem;
  overflow: auto;
  padding: 2.5rem 1rem 2.5rem 2rem;
  --white-space: pre;
  margin-bottom: 2.5rem;
  overflow: visible;
  width: 99%;
}
pre:before {
  background-color: #fcfcfc;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 1px #999 solid;
  content: "";
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
code {
  background-color: #fcfcfc;
  line-height: 2.5rem;
  font-family: "Courier New", monospace;
  font-size: 1em;
  line-height: 1.6rem;
  white-space: pre;
  border: none;
  color: #657b83;
}
footer {
  position: relative;
  left: -3rem;
  margin-right: -3rem;
  padding: 2.5rem 4rem 0 0;
  margin-top: 15rem;
}
footer:before {
  border-top: 3px double #2aa198;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scaleY(0.5);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
footer > p {
  margin-left: 3rem;
  color: #657b83;
}
footer .me {
  margin-right: 2rem;
  margin-bottom: 0.2rem;
  width: 30%;
  --max-width: 24rem;
  padding-bottom: 30%;
  float: left;
}
.me img {
  width: 100%;
  height: 100%;
  position: absolute;
}
span.arrow {
  font-size: 0.5em;
  display: inline-block;
  transform: rotateZ(-30deg);
  -webkit-transform: rotateZ(-30deg);
}
.html-example {
  float: left;
  margin: 5rem 0;
}
a.more {
  display: inline-block;
  margin-bottom: 10rem;
  font-size: 1.6rem;
}
