.night-mode body {
    background: #4b6f74;
    color: #e0e0e0;
}

.night-mode .site-header {
        background: #305257;
    color: #ffffff;
}

.night-mode .home-card {
        background: #1f484e;
    color: #ffffff;
}