body.dark-mode {
    background-color: black;
    color: #e0e0e0;
}

a {
    color: black;
}

.site-header, .site-footer {
    background-color: black;
}

button, input {
    background-color: black;
    color: #fff;
}


                            