* {
    font-family: 'Iosevka', courier, monospace;
    font-size: 14px;
}

body {
    padding: 10px 18px;
    margin: 0px;
}
body {
    max-width: 700px;
}

h1:first-child:before {
    content: "# "
}

h2:before {
    content: "## "
}

h3:before {
    content: "### "
}

h1, h2, h3, h4 {
    font-weight: medium;
}

a, a:visited {
    color: #00a398;
}

h1, h2, h3, hr, p, ul, ol, pre, table, blockquote {
    margin-bottom: 20px;
}

ul > li:not(:last-child), ol > li:not(:last-child) {
    margin-bottom: 10px;
}

.end-star {
    text-decoration: none;
}

hr {
    border: 0;
    border-bottom: 1.5px solid black;
}

a.header-anchor {
  color: black;
  text-decoration: none;
}

img, video, vimeo-embed {
    max-width: 100%;
    max-height: 500px;
}

code::before, code::after {
  content: '`';
}
