@import url("https://fonts.googleapis.com/css2?family=Fira+Mono&family=Philosopher:wght@700&family=Rubik:ital,wght@0,300;0,400;1,300;1,400&display=swap");
body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 2em;
  max-width: 1300px;
  min-height: 100vh;
  background-color: #232946;
  background: linear-gradient(180deg, rgb(28, 27, 56) 0%, rgb(37, 43, 73) 18%, rgb(35, 41, 70) 100%);
  color: #b8c1ec;
  font: 20px/1.4 "Rubik", sans;
  font-weight: 300;
}

main {
  margin-bottom: 5rem;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 20px/1.4 "Philosopher", sans;
  font-weight: 700;
  font-size: 120%;
  margin: 1.5em 0 0;
  color: #fffffe;
}

h1 {
  font-size: 2.5em;
}

a {
  text-decoration: none;
}
a, a:visited {
  color: rgb(232.9, 166.6, 177);
}
a:hover {
  color: rgb(232.9, 166.6, 177);
  text-decoration: underline;
}
a:active {
  color: rgb(227.8, 146.2, 159);
}

figure {
  width: fit-content;
  overflow-x: auto;
  background: rgb(26.5, 31.0428571429, 53);
  border-radius: 15px;
  box-shadow: 4px 4px 2px rgb(26.5, 31.0428571429, 53);
}
figure figcaption {
  padding: 0 0 0.25em 0.5em;
}

pre {
  overflow-x: auto;
  font: 90%/1.5 "IBM Plex Mono", monospace;
  line-height: 125%;
  background: rgb(26.5, 31.0428571429, 53);
  margin: 1em 0;
  padding: 0.5em;
  border-radius: 10px;
}

header {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
header h1 {
  font-size: 120%;
  margin: 0;
}
header ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header ul li {
  margin-left: 0.5em;
}

#search-container {
  display: flex;
  flex-direction: column;
  margin: 2em auto;
  width: 50%;
}

footer {
  margin-top: auto;
}
footer > p {
  text-align: center;
  margin: 2em 0;
}
footer > div {
  display: flex;
}
footer > div section {
  width: 50%;
}
footer > div section .footer-list-socials {
  display: flex;
  list-style: none;
  padding: 0;
}
footer > div section .footer-list-socials li {
  font-size: 150%;
  margin-right: 0.5em;
  text-shadow: 3px 3px 2px rgb(26.5, 31.0428571429, 53);
}
footer > div section .footer-list-socials li a {
  color: #fffffe;
}
footer > div section .footer-list-socials li a:hover {
  color: rgb(232.9, 166.6, 177);
  transition: all 0.2s ease 0s;
}
footer > div section .footer-list-posts {
  list-style: none;
  padding: 0;
}
footer > div section .footer-list-posts li a {
  display: flex;
  margin-bottom: 1em;
}
footer > div section .footer-list-posts li a:hover {
  text-decoration: none;
  margin-left: 0.25em;
  transition: all 0.3s ease 0s;
}
footer > div section .footer-list-posts li a .footer-image {
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  border-radius: 15px;
  box-shadow: 3px 3px 2px rgb(26.5, 31.0428571429, 53);
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer > div section .footer-list-posts li a > div {
  display: flex;
  flex-direction: column;
}
footer > div section .footer-list-posts li a > div aside {
  font-size: 80%;
}
footer > div section .footer-list-posts li a > div aside:first-of-type {
  padding: 0 0.2em;
  border-radius: 5px;
  color: rgb(26.5, 31.0428571429, 53);
  background: rgb(232.9, 166.6, 177);
  width: fit-content;
  box-shadow: 3px 3px 2px rgb(26.5, 31.0428571429, 53);
}
footer > div section .footer-list-posts li a > div h2 {
  margin-top: auto;
}

.index-title {
  font-size: 3em;
  text-align: center;
  margin: 4rem 2rem 1rem 2rem;
}

.index-description {
  font-size: 1.2em;
  text-align: center;
  margin: 0 15% 5rem 15%;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}
.pagination a, .pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.2em;
}
.pagination a:not([class^=icon-]), .pagination span {
  font-weight: bold;
  border-radius: 50%;
  margin: 0 0.4em;
}
.pagination a:not([class^=icon-]) {
  background-color: rgb(232.9, 166.6, 177);
  color: #232946;
}
.pagination a:not([class^=icon-]):hover {
  background-color: #eebbc3;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.pagination span {
  background-color: #232946;
  color: #b8c1ec;
}
.pagination a[class^=icon-] {
  text-shadow: 1px 1px 2px #232946;
}
.pagination a[class^=icon-]:hover {
  color: #eebbc3;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.pagination-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
}
.pagination-list li {
  width: 33.3%;
}
.pagination-list li:first-of-type {
  width: 100%;
}
.pagination-list li:first-of-type article a {
  height: 20em;
}
.pagination-list li:first-of-type article a h2 {
  font-size: 2.5em;
}
.pagination-post {
  margin: 0.5em;
}
.pagination-post a {
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  min-height: 14em;
  box-shadow: 4px 4px 2px rgb(26.5, 31.0428571429, 53);
}
.pagination-post a:hover {
  text-decoration: none;
  transform: scale(1.02);
  transition: all 0.3s ease 0s;
}
.pagination-post a h2 {
  font-size: 160%;
  margin: auto 1rem -0.5rem 1rem;
}
.pagination-post a aside {
  font-size: 80%;
  color: #fffffe;
  text-shadow: 1px 1px 2px #232946;
  margin: 1rem;
}
.pagination-post a aside:first-child {
  padding: 0 0.2em;
  border-radius: 5px;
  color: rgb(26.5, 31.0428571429, 53);
  background: rgb(232.9, 166.6, 177);
  width: fit-content;
  box-shadow: 3px 3px 2px rgb(26.5, 31.0428571429, 53);
  text-shadow: none;
}

.post-header {
  font-size: 2.5em;
  margin-top: 4rem;
}
.post-data {
  display: flex;
  margin-bottom: 2rem;
}
.post-image {
  display: block;
  border-radius: 15px;
  box-shadow: 4px 4px 2px rgb(26.5, 31.0428571429, 53);
  margin: 1em auto;
}

td.linenos pre {
  color: #000000;
  background-color: #f0f0f0;
  padding-left: 5px;
  padding-right: 5px;
}

span.linenos {
  color: #000000;
  background-color: #f0f0f0;
  padding-left: 5px;
  padding-right: 5px;
}

td.linenos pre.special {
  color: #000000;
  background-color: #ffffc0;
  padding-left: 5px;
  padding-right: 5px;
}

span.linenos.special {
  color: #000000;
  background-color: #ffffc0;
  padding-left: 5px;
  padding-right: 5px;
}

.highlight .hll {
  background-color: #4f424c;
}

pre.highlight {
  color: #e7e9db;
}

.highlight .c {
  color: #776e71;
} /* Comment */
.highlight .err {
  color: #ef6155;
} /* Error */
.highlight .k {
  color: #9f7ac1;
} /* Keyword */
.highlight .l {
  color: #f99b15;
} /* Literal */
.highlight .n {
  color: #e7e9db;
} /* Name */
.highlight .o {
  color: #5bc4bf;
} /* Operator */
.highlight .p {
  color: #e7e9db;
} /* Punctuation */
.highlight .ch {
  color: #776e71;
} /* Comment.Hashbang */
.highlight .cm {
  color: #776e71;
} /* Comment.Multiline */
.highlight .cp {
  color: #776e71;
} /* Comment.Preproc */
.highlight .cpf {
  color: #776e71;
} /* Comment.PreprocFile */
.highlight .c1 {
  color: #776e71;
} /* Comment.Single */
.highlight .cs {
  color: #776e71;
} /* Comment.Special */
.highlight .gd {
  color: #ef6155;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  color: #e7e9db;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #48b685;
} /* Generic.Inserted */
.highlight .gp {
  color: #776e71;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #5bc4bf;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #9f7ac1;
} /* Keyword.Constant */
.highlight .kd {
  color: #9f7ac1;
} /* Keyword.Declaration */
.highlight .kn {
  color: #5bc4bf;
} /* Keyword.Namespace */
.highlight .kp {
  color: #9f7ac1;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #9f7ac1;
} /* Keyword.Reserved */
.highlight .kt {
  color: #fec418;
} /* Keyword.Type */
.highlight .ld {
  color: #48b685;
} /* Literal.Date */
.highlight .m {
  color: #f99b15;
} /* Literal.Number */
.highlight .s {
  color: #48b685;
} /* Literal.String */
.highlight .na {
  color: #20b6e8;
} /* Name.Attribute */
.highlight .nb {
  color: #e7e9db;
} /* Name.Builtin */
.highlight .nc {
  color: #fec418;
} /* Name.Class */
.highlight .no {
  color: #ef6155;
} /* Name.Constant */
.highlight .nd {
  color: #5bc4bf;
} /* Name.Decorator */
.highlight .ni {
  color: #e7e9db;
} /* Name.Entity */
.highlight .ne {
  color: #ef6155;
} /* Name.Exception */
.highlight .nf {
  color: #20b6e8;
} /* Name.Function */
.highlight .nl {
  color: #e7e9db;
} /* Name.Label */
.highlight .nn {
  color: #fec418;
} /* Name.Namespace */
.highlight .nx {
  color: #20b6e8;
} /* Name.Other */
.highlight .py {
  color: #e7e9db;
} /* Name.Property */
.highlight .nt {
  color: #5bc4bf;
} /* Name.Tag */
.highlight .nv {
  color: #ef6155;
} /* Name.Variable */
.highlight .ow {
  color: #5bc4bf;
} /* Operator.Word */
.highlight .w {
  color: #e7e9db;
} /* Text.Whitespace */
.highlight .mb {
  color: #f99b15;
} /* Literal.Number.Bin */
.highlight .mf {
  color: #f99b15;
} /* Literal.Number.Float */
.highlight .mh {
  color: #f99b15;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #f99b15;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #f99b15;
} /* Literal.Number.Oct */
.highlight .sa {
  color: #48b685;
} /* Literal.String.Affix */
.highlight .sb {
  color: #48b685;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #e7e9db;
} /* Literal.String.Char */
.highlight .dl {
  color: #48b685;
} /* Literal.String.Delimiter */
.highlight .sd {
  color: #776e71;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #48b685;
} /* Literal.String.Double */
.highlight .se {
  color: #f99b15;
} /* Literal.String.Escape */
.highlight .sh {
  color: #48b685;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #f99b15;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #48b685;
} /* Literal.String.Other */
.highlight .sr {
  color: #48b685;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #48b685;
} /* Literal.String.Single */
.highlight .ss {
  color: #48b685;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #e7e9db;
} /* Name.Builtin.Pseudo */
.highlight .fm {
  color: #20b6e8;
} /* Name.Function.Magic */
.highlight .vc {
  color: #ef6155;
} /* Name.Variable.Class */
.highlight .vg {
  color: #ef6155;
} /* Name.Variable.Global */
.highlight .vi {
  color: #ef6155;
} /* Name.Variable.Instance */
.highlight .vm {
  color: #ef6155;
} /* Name.Variable.Magic */
.highlight .il {
  color: #f99b15;
} /* Literal.Number.Integer.Long */
@media only screen and (max-width: 900px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .pagination-list li {
    width: 100%;
  }
  .pagination-list li:first-of-type article a {
    height: initial;
  }
  .pagination-list li:first-of-type article a h2 {
    font-size: 160%;
  }
  footer > div {
    flex-direction: column;
  }
  footer > div section {
    width: 100%;
  }
}

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