body {
background-color: white;
color: black;
}
.high-contrast {
background-color: black;
color: yellow;
}

.high-contrast #main-menu-2 a:visited, 
.high-contrast #main-menu-2 a:hover, 
.high-contrast #main-menu-2 a:link {
    color: yellow; /* ¯ó³ty w trybie kontrastu */
}

.high-contrast footer {
background: #000;
}


.high-contrast .big {
color: yellow; /* ¯ó³ty w trybie kontrastu */
}

.high-contrast #lead-new h3 {
color: yellow !important; /* ¯ó³ty w trybie kontrastu */
}

.high-contrast .entry-content .link {
color: yellow; /* ¯ó³ty w trybie kontrastu */
}

.widget {
position: fixed;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.8);
color: black;
padding: 10px;
border-radius: 5px;
z-index: 1000;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.widget button {
margin: 5px;
padding: 5px;
cursor: pointer;
background: white;
border: none;
border-radius: 3px;
}