@media (prefers-contrast: more)
{
    body {
        font-size: 1.5em !important;
        background-color: white;
    }
    
    .navbar-brand {
        font-size: 1.5em !important;
    }
    
    .navbar {
        background-color: #EDE8D0 !important;
    }
}

.highcontrast {
        font-size: 1.5em !important;
        background-color: white;
}

.highcontrast .navbar-brand {
    font-size: 1.5em !important;
}
    
.highcontrast .navbar {
        background-color: #EDE8D0 !important;
}