.high-contrast {
    background-color: black !important;
    color: yellow !important;
    font-size: 1.2rem;
    font-weight: bold;
}

.high-contrast a {
    color: cyan !important;
    text-decoration: underline;
}

.high-contrast button {
    background-color: yellow !important;
    color: black !important;
    font-weight: bold;
}