/* Beyaz arka plan, siyah yazı */
body {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Yeşil header'ı beyaz yap */
.header-top-bar {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* İçerik alanı beyaz */
.main-content,
.entry-content {
    background-color: #ffffff !important;
    color: #000000 !important;
}