/* Markdown */
html {
  color: #232333;
  font-family: ;
}
body{
  display: block;
  margin: 8px;
}

p {
  font-family: ' ' ;
  line-height: 1.5;
  text-align: justify;
  margin-block-start: 1.2em;
  margin-block-end: 1.2em;


}

hr {
  border: 0;
  border-top: 2px solid #46bd7b;
  margin: 1em 0;
}

blockquote {
  border-left: 1em solid #46bd7b;
  margin: 0;
  padding-left: 1em;
  padding-right: 0.5em;
  background-color: #e8e8e8;
}

a {
  color: #076631;
  text-decoration: none;
}


ul {
  list-style: none;
  padding-left: 2ch;
}
ul li {
  text-indent: -2ch;
}
ul > li::before {
  content: '*  ';
  font-weight: bold;
}

/* Images */
img {
  border: 0px;
  max-width: 100%;
}

figure {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  max-width: 100%;
}

figure img {
  max-height: 500px;
}

@media screen and (min-width: 600px) {
  figure {
    padding: 0 40px;
  }
}

figure h4 {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 1em;
}
figure h4::before {
  content: '↳ ';
}

/* Code blocks */
code {
  background-color: #f1f1f1;
  padding: .1em .2em;
}

pre {
  background-color: #ececec;
  line-height: 1.4;
  overflow-x: auto;
  padding: 1em;
  font-size: 0.9em;
}


.highlight pre ::selection {
  background: rgba(255, 255, 255, 0.2);
  color: inherit;
}

pre code {
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  padding: 0;
}

/* Containers */
.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 45em;
  padding: 0 1ch;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 1.12em;
  color: #3c3838;
}

/* Header */
header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0;
}

header .main {
  font-size: 1.5rem;
}


h1 {
  font-size: 1.85rem;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
h2 {
  font-size: 1.5rem;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
h3 {
  font-size: 1.25rem;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.meta {
  color: #999;
  letter-spacing: -0.5px;
}

/* Footer */
footer {
  display: flex;
  align-items: center;
  /*border-top: 0.2rem solid #ddd;
  padding: 0.3rem 0rem;*/
  margin-top: 5em;
  justify-content: center;
}

.footer-info {
text-align: right;
margin-top: 2em;
font-family: 'Lato';
}

/* Common */
.title h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 2.3em;
  margin: 1em 0;
}
h1.indext {
  font-size: 1.85em;
  font-weight: 500;
  margin-top: 2em;
  text-align: left;
  margin-bottom: 5px;
}


time {
  color: grey;
}
.tims {
  color: black;
  float:  right;
  margin-top: 1em;
}

/* Posts */
article .title {
  margin-bottom: 1.6em;
}



.site-description {
display: flex;
justify-content: space-between;
}


.tag{
  display: inline-block;
  background-image: none;
  margin-top: 0.3em;
  margin-left: 0.7em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  color: #586069;
  background-color: #eaecef;
}

svg{
  max-height: 15px;
}

}
.highlight {
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.highlight pre code[class*="language-"] {
  -webkit-overflow-scrolling: touch;
}
.highlight pre code[class*="language-"]::before {
  background: black;
  border-radius: 0 0 0.25rem 0.25rem;
  color: white;
  font-size: 12px;
  letter-spacing: 0.025rem;
  padding: 0.1rem 0.5rem;
  position: absolute;
  right: 1rem;
  text-align: right;
  text-transform: uppercase;
  top: 0;
}

.highlight pre code[class=language-javaScript]::before,
.highlight pre code[class="language-js"]::before {
content: "js";
background: #f7df1e;
color: black;
}
.highlight pre code[class*='language-yml']::before,
.highlight pre code[class*='language-yaml']::before {
content: 'yaml';
background: #f71e6a;
color: white;
}
.highlight pre code[class*='language-shell']::before,
.highlight pre code[class*='language-bash']::before,
.highlight pre code[class*='language-sh']::before {
content: 'shell';
background: green;
color:white
}
.highlight pre code[class*='language-json']::before{
content: 'json';
background: dodgerblue;
 color: #000000 
}
.highlight pre code[class*='language-python']::before,
.highlight pre code[class*='language-py']::before {
content: 'py';
background: blue;
color: yellow ;
}
.highlight pre code[class*='language-css']::before{
content: 'css';
background: cyan;
color: black ;
}
.highlight pre code[class*='language-go']::before{
content: 'Go';
background: cyan;
color: royalblue ;
}
.highlight pre code[class*='language-md']::before,
.highlight pre code[class*='language-md']::before{
content: 'Markdown';
background: royalblue;
color: whitesmoke ;
}

/* table */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

table th{
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
  font-size: large;
}

table td{
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

h1.l {
  font-size: 1.85em;
  margin-top: 2em;
  text-align: left;
}
h2.l {
  font-size: 1.5em;
  margin-top: 2em;
  text-align: left;
}
h3.l {
  font-size: 1.25em;
  margin-top: 2em;
  text-align: left;
}
.qaq {
  font-family: 'LXGW wenkai';
  font-size: 1.1em;
  border-bottom: 4.5px solid #46bd7b;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #e6f6ec;
  padding-block-start:3.5px;
  padding-block-end: 6px;
  color: black;
  font-weight: 500;
}
.qaa {
  font-size: 1em;
  border-bottom: 4.5px solid #bbb;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #f0f0f0;
  padding-block-start:3.5px;
  padding-block-end: 6px;
  color: black;
}
.td{
  border-top: 2px solid #46bd7b;
  margin-bottom: 8em;
}
.ta{
  margin-top: 5em;
  text-align: right;
}
.aa{
  color: #000;
}