/* Tylko środek strony — jasne tło i ciemny tekst */
#center_column,
.columns-container {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Footer — ciemne tło i jasny tekst */
.footer-container,
#footer {
  background-color: #111 !important;
  color: #f0f0f0 !important;
}

.footer-container a,
#footer a {
  color: #cccccc !important;
}