.content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 45vw;
  color: white;
  padding-left: 2rem;
}

pre {
  border-radius: 5px;
}

h2:not(#name),
h3,
h4,
h5 {
  margin-top: 2rem;
}

#post-title {
  margin-top: 1rem;
}

#post-intro {
  margin-top: 0 !important;
}/*# sourceMappingURL=post.css.map */