dl.post {
  margin-left: 25px !important;
  padding: 10px !important;
}

.anchor {
  position: relative; 
  top: -200px;
}

.github-corner svg {
    fill: var(--primary-light-color);
    color: var(--page-background-color);
    width: 72px;
    height: 72px;
}

@media screen and (max-width: 767px) {
    .github-corner svg {
        width: 55px;
        height: 55px;
    }
    #projectnumber {
        margin-right: 22px;
    }
}

/* Делаем весь пункт меню кликабельным */
#nav-tree .item {
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}


/* Выделение активного пункта */
#nav-tree .item.selected {
  background-color: #d8e8f8;
  font-weight: bold;
}

h6 {
  font-size: 1.1em;
  padding-top: 10px;
}

h5 {
  font-size: 1.15em;
  padding-top: 10px;
}

h4 {
  font-size: 1.2em;
  padding-top: 10px;
}

h3 {
  font-size: 1.25em;
  padding-top: 10px;
}

h2 {
  font-size: 1.3em;
  padding-top: 10px;
}

h1 {
  font-size: 1.4em;
  padding-top: 10px;
}