#secondary .widget {
  background-color: #918f8f; /* Ganti dengan warna yang kamu inginkan */
  color: #333333;
}
/* Mengatur semua teks di dalam area widget agar berwarna hitam */
.widget,
.widget * {
  color: #000000 !important;
}
/* Mengatur font artikel menjadi Arial dan memperbesar ukurannya */
.entry-content,
.post-content,
.page-content,
.article-content {
  font-family: Arial, sans-serif !important;
  font-size: 15px !important; /* Ubah sesuai kebutuhan, misalnya 20px */
  line-height: 1.6; /* Supaya lebih nyaman dibaca */
}
/* Mengatur semua teks dalam artikel agar berwarna hitam */
.entry-content,
.post-content,
.page-content,
.article-content,
.entry-content * {
  color: #000000 !important;
}
/* Mengatur semua teks dalam artikel agar berwarna hitam */
.entry-content,
.post-content,
.page-content,
.article-content,
.entry-content * {
  color: #000000 !important;
}
/* Mengatur warna putih untuk semua sub judul di widget */
.widget h3,
.widget h4,
.widget h5 {
  color: #ffffff !important;
}
.widget select,
.widget option {
  color: #ffffff !important;
  background-color: #1a1a1a !important; /* opsional, biar kontras */
}
/* Mengatur latar belakang seluruh halaman menjadi coklat terang */
body {
  background-color: #dbf8e0; /* Ganti dengan #DEB887 jika ingin sedikit lebih gelap */
}