@font-face {
  font-family: "Geist";
  src: url(../fonts/GeistVariableVF.woff2);
}
@font-face {
  font-family: "Geist Mono";
  src: url(../fonts/GeistMonoVariableVF.woff2);
}
h1,
h2,
h3,
h4,
h5, h6, table {
  font-family: "Geist Mono";
  color: #f5f5f5;
}

li {
  font-family: "Geist Mono";
  color: #f5f5f5;
  padding-top: 1em;
}
li a, li a:visited, li a:link {
  color: #2BFC9F;
  text-underline-position: under;
  text-underline-offset: 5%;
}

p {
  font-family: "Geist";
  font-size: 1rem;
  color: #dadada;
}
p strong, p i {
  color: #2BFC9F;
}
p a, p a:visited, p a:link {
  color: #2BFC9F;
  text-underline-position: under;
  text-underline-offset: 5%;
}
p a.footnote, p a.reversefootnote {
  text-underline-offset: 0%;
  text-underline-position: auto;
}

pre {
  font-family: "Geist Mono";
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.05rem;
}

time, .post-time, .post-meta {
  font-family: "Geist Mono", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #858585;
  font-weight: 500;
  font-size: 1.05rem;
}

/*.center {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 400px;
}

.post-meta {
    width: 100px;
    height: 400px;

} */
body {
  margin: auto;
}

.post-title-page {
  padding-right: 1em;
  padding-left: 0.5em;
}

.post-body,
.post-content {
  padding-right: 1em;
  padding-left: 1em;
}

.post-content {
  padding-bottom: 3em;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

blockquote {
  color: #1b4332;
  border-left: 5px solid;
  padding-left: 0.75rem;
  margin-left: 1.25rem;
  background-color: #2d6a4f;
  font-style: italic;
}
blockquote p {
  color: #d8f3dc;
}
blockquote :last-child {
  margin-bottom: 0;
}
blockquote i,
blockquote em {
  font-style: normal;
}

:not(pre) > code[class*=language-],
pre[class*=language-],
:not(pre) > code {
  padding: 2px 4px;
  font-size: 90%;
  color: #dd496e;
  background-color: #2b141a;
  border-radius: 4px;
}

a,
a:any-link {
  color: #9e9eff;
}

hr {
  color: #464646;
}

table,
td,
th {
  border-collapse: collapse;
  border: #858585 1px solid;
  height: 2.25em;
}

table {
  width: 80%;
  overflow-x: auto;
}

th {
  font-size: calc(15% + 1rem);
  background-color: #2d6a4f;
}

.feather {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
  margin-left: 2px;
  margin-right: 4px;
}

.less {
  margin-right: -4px;
  margin-left: -4px;
}

.header {
  overflow: hidden;
  background-color: #2d6a4f;
  font-family: "Geist Mono";
}

.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
  transition: 300ms;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: #1b4332;
  opacity: 0.7;
}

.header a.active {
  background-color: #2d6a4f;
  color: #2bfc9f;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}
.div-footer {
  background-color: #2d6a4f;
  text-align: center;
  padding: 1em;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.glow {
  opacity: 0.8;
  color: #2bfc9f;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3), 0 0px 15px #fff, 0 0 10px #2bfc9f, 0 0 50px #2bfc9f;
  -webkit-animation: fade 3s infinite alternate;
  -moz-animation: fade 3s infinite alternate;
  animation: fade 3s infinite alternate;
} /* ANIMATION: https://codepen.io/lvrbrtsn/pen/QbrozK*/
@-moz-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
@-webkit-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
@keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
body {
  background-color: #121212;
}

/*# sourceMappingURL=main.css.map */
