.post {
  background-color: #0d1b2a;
  color: #f5f5f5;
}

.nav-back {
  display: inline-block;
  align-items: center;
  font-family: "JetBrains Mono", monospace;
  font-weight: 200;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 25px;
  padding: 0.25rem 0.7rem;
  margin: 0 0.2rem;
  cursor: pointer;
  background-position: -1px;
  background-size: contain;
  padding-left: 2.4rem;
  margin: 1.25rem 0 0.25rem 0;
  background-image: url("../img/int/back-arrow.svg");
  background-repeat: no-repeat;
  transition: background-position 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #f5f5f5;
}

.blog-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #f5f5f5;
}
.blog-title img {
  width: 100%;
}
@media (max-width: 1200px) {
  .blog-title {
    font-size: 2rem;
  }
}

.blog-super-title {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding: 0.1rem 1rem;
  font-size: 1.3rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #f5f5f5;
  line-height: 2;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}
@media (max-width: 1200px) {
  .blog-super-title {
    font-size: 1.5rem;
  }
}

.blog-text {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 200;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .blog-text {
    font-size: 1.2rem;
  }
}

.up {
  position: fixed;
  bottom: 3.6rem;
  right: 5%;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/int/back-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  transform: rotate(90deg);
  z-index: 999;
  border: 1px solid #0d1b2a;
}
@media (max-width: 900px) {
  .up {
    right: 5%;
  }
}

.up.sticky-stop {
  position: absolute;
}

h2 {
  margin-top: 4rem;
  border-bottom: 1px solid #f5f5f5;
}

pre {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem !important;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  padding: 1rem;
  white-space: pre-wrap;
  background-color: black !important;
}/*# sourceMappingURL=blog.css.map */