html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}

body {
  background: #fbf9f3;
  color: #383226;
  max-width: 680px;
  margin: 0px auto;
}

::selection {
  background: #d1d2b3;
}

a {
  all: unset;
  text-decoration: underline;
  cursor: pointer;
}

.page-margins {
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 64px;
}

.content {
  font-family: "Fira Code", monospace;
  font-weight: 500;
  font-size: 15px;
}

h1 {
  margin-top: 24px;
  margin-bottom: 8px;
  border-top: 2px solid #383226;
  font-family: "Fira Code", monospace;
  font-weight: 700;
  display: block;
}

h2 {
  margin-top: 24px;
  margin-bottom: 8px;
  border-top: 1px solid #383226;
  font-family: "Fira Code", monospace;
  font-weight: 600;
  display: block;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: "Fira Code", monospace;
  font-weight: 600;
  display: block;
}

p {
  margin: 24px 0px;
}

ul {
  margin: 4px 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.list-inline {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding: 5px;
}

.date {
  margin: 0px;
  opacity: 40%;
}

img {
  display: block;
  margin: 32px auto;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

code {
  border-radius: 10px;
  font-family: "Fira Code", monospace;
  font-weight: 500;
  font-size: 16px;
}

.language-plaintext {
  font-weight: 700;
}

.tag {
  background-color: #383226;
  color: #fbf9f3;
  border-radius: 9px;
  margin: 0px 5px;
  padding: 5px 10px !important;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}

.post-preview {
  width: 300px;
  margin: 16px;
}

.post-preview > a {
  all: unset;
  cursor: pointer;
}

.post-preview-image {
  width: 300px;
  height: 150px;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 8px;
  background-size: cover;
}

.post-preview-title {
  margin: 0px;
  text-decoration: none;
}

.post-preview-tags {
  margin-top: 8px;
  margin-bottom: 8px;
}

.no-page-break { 
    break-inside: avoid;
    page-break-inside: avoid;
}