.main-post {
  h1 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1em;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }

  p {
    line-height: 1.8;
  }
}

@media (max-width: 768px) {
  .navbar.navbar-expand-lg {
    background: rgba(40, 40, 40, 0.4);
    backdrop-filter: blur(6rem);

    a.logo {
      white-space: nowrap;
      font-size: 1.2em;
    }
  }
}
