.page-heading h1 {
  color: #0e0804;
}

.post-heading .post-meta {
  display: none;
}

.post-preview .post-meta {
  display: none;
}

.post-preview {
  border-bottom-color: #0e0804;
}
.pagination .page-item .page-link {
  display: none;
}

.post-preview {
  text-align: center;
}

.box-note {
  border-left-color: #0e0804;
  border-top-color: #0e0804;
  border-right-color: #0e0804;
  border-bottom-color: #0e0804;
  background-color: #e28e3f;
}

code {
  color: #0e0804;
  background-color: #e28e3f;
}
