/* Markdown */
:root{
  --maincolor: black;
  --bordercl:grey;
  --callouctcolor:dodgerblue;
  --hovercolor:black;
  --darkMaincolor: white;
  }
  html {
    color: #232333;
    line-height: 1.6em;
    font-size: 21px;
  }
  body{
    display: block;
    margin: 8px;
  }
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .description{
    font-family: 'et-book-roman-old-style-figures', serif;
  }
  
  h1{
    font-size: 5vh;
    word-wrap: break-word;
  }
  
  
  h2{
    font-size: 30px;
    margin-top: 2em;
  }
  
  ::selection {
    background: var(--maincolor);
    color: #fff;
  }
  
  .center_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  
  
  .share, .facebook, .twitter, .twitter, .linkedin, .whatsapp{
    color: black;
    
  
  }
  
  .story{
    font-family: 'Wolfpack', sans-serif;
    text-align: justify;
    text-justify: inter-word;
    line-height: 200%;
    font-size: 20px;
  }
  
  p {
    color: black;
    text-align:  left;
    line-height: 31px;
    font-size: 22px;
  }
  
  hr {
    border: dotted;
    border-color: black;
    margin: 1em 0;
  }
  
  blockquote {
    border-left: 3px solid var(--bordercl);
    color: black;
    margin: 0;
    padding-left: 1em;
  }
  
  a.dude{
    border-bottom: none;
    text-decoration: none;
  }
  
  h1::before{
    content: "● ";
  }
  a {
    border-bottom: 2px solid var(--maincolor);
    color: inherit;
    text-decoration: none;
  }
  a:hover {
      background-color: var(--hovercolor);
      color: #fff;
  }
  
  ul {
    list-style: none;
    font-family: 'et-book-roman-old-style-figures', serif;
    padding-left: 2ch;
  }
  ul li {
    text-indent: -2ch;
  }
  ul > li::before {
    content: '▸ ';
    font-weight: bold;
  }
  
  /* Images */
  img {
  
    border: 3px solid black;
    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;
  }
  
  .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-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding: 0 1ch;
    word-wrap: break-word;
  }
  
  
  /* Header */
  header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0;
    font-size: 1em;
    overflow: hidden;
  }
  
  header .main {
    font-size: 1.5em;
  }
  
  
  img.coffee{
    border: none;
    text-decoration: none;
  }
  
  .meta {
    color: #999;
    letter-spacing: -0.5px;
  }
  
  /* Footer */
  footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 0.4rem dotted var(--bordercl);
    padding: 2rem 0rem;
    margin-top: 2rem;
  }
  .soc {
    display: flex;
    align-items: center;
    border-bottom: none;
  }
  .border {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: 1px solid;
  }
  .footer-info {
    padding: var(--footer-padding);
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      display: inline-flex;
      flex-wrap: wrap;
    }
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      width: 60vh;
      display: inline-block;
      text-align: left;
    }
  }
  
  /* Common */
  .title h1 {
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
  }
  
  time {
    color: black;
    font-style: italic;
  }
  
  /* Posts */
  article .title {
    margin-bottom: 1em;
  }
  
  /* Callout */
  .callout {
    background-color: var(--callouctcolor);
    color: #fff;
    padding: 1em;
  }
  
  .callout p {
    font-family: 'IBM Plex Mono', monospace;
    margin: 0;
  }
  
  .callout a {
    border-bottom: 3px solid #fff;
  }
  
  .callout a:hover {
    background-color: #fff;
    color: var(--callouctcolor);
  }
  
  .site-description {
  display: flex;
  justify-content: space-between;
  }
  .tags li::before{
    content: "🏷 ";
  }
  .tags a{
    border-bottom: 3px solid var(--maincolor); 
  }
  .tags a:hover{
    color:white;
    background-color: var(--hovercolor); 
  }
  svg{
    max-height: 15px;
  }
  .soc:hover{
    color: white;
  }
  .draft-label{ 
      color: var(--bordercl);
      text-decoration: none;
      padding: 2px 4px;
      border-radius: 4px;
      margin-left: 6px;
      background-color: #f9f2f4;
  }
  .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;
    margin-left: auto;
    margin-right: auto;
  }
  
  table th{
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
    background-color: #000000;
    color: white;
    font-size: large;
  }
  
  table td{
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
  }
  