.post-content h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}

.post-content h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  color: rgb(177,0,0);
  margin-top: 28px;
}

.post-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto !important;
}

.post-tomtat {
  color: var(--bs-pink);
  font-style: italic;
}

