article p {
text-indent:10px;
}

h4 {
 color: #e2cea1;
}
.dark-mode .site-title a { color: #FCF2DD; }

.latest-post-selection article .item-title-tag {
    font-size: 1.6em;
}

/* Буквица */
.bukova {
margin-right: 1px; /* Отступ справа */
font: 1.8em/1 Georgia; /* Размер и имя шрифта*/
font-weight: bold;  /* Жирный шрифт */
text-shadow: 1px 1px 3px silver; /* Тень */
color: crimson; /* Цвет*/
}