footer {
    background-color: silver;
    color: black;
    text-align: center;
    padding: 10px 0;
}
.dark-mode .site-footer {
    background-color: rgb(62, 62, 62);
    color: #e0e0e0;
}