/* Wysoki kontrast */
.high-contrast {
  background-color: #000 !important;
  color: #fff !important;
}
.high-contrast a { color: #0ff !important; }
.high-contrast header, .high-contrast footer { background-color: #000 !important; }

/* Powiększenie/mniejszenie czcionki */
.font-large { font-size: 120% !important; }
.font-xlarge { font-size: 140% !important; }