.md-header__button.md-logo img {
  height: auto;  /* Logonun yüksekliği */
  width: 200px;       /* Oran korunsun */
}

.md-nav__item {
  padding: 4px 8px;  /* Menü aralıklarını iyileştirir */
}

.md-nav__link {
  font-size: 14px;  /* Menü fontunu küçültüp sadeleştirir */
}
body {
  --md-accent-fg-color: #3A9465!important;
  --md-primary-fg-color: #3A9465!important;
  --md-footer-bg-color:#1B1B1B!important;
}

.md-nav__link--active {
  background-color: #3A9465;  /* Seçili öğeye yumuşak bir arkaplan */
  border-radius: 4px;
  padding:6px;
  color:white!important;
}
article img {
  transition: transform 0.2s ease;
}

[data-md-color-primary=black] .md-header{
	background:#1B1B1B
}
.md-search__form {
        background-color: #505050;
        border-radius: .2rem;
}

.md-footer-meta{
	background:#1B1B1B;
	font-size: 14px;
	height:40px;
	align-items: center;
    justify-content: center;
    display: flex!important;
    padding: 8px;
}

