:root {
	--main-bg-color: #f5e5d1;
	--main-text-color:#3f1f18;
	--sub-bg-color: #fff6ea;
	--accent: #b17964;
	--thumbnail: 1 / 1;
}
.decorationE {
	filter: saturate(200%);
}
@media (max-width: 600px) {
	div.article-list:has(article.excerpt){
		grid-template-columns: 1fr 1fr;
		gap: 3rem 5vw;
	}
}